Move starters into their own directory
This commit is contained in:
2
start/containers.sh
Normal file
2
start/containers.sh
Normal file
@ -0,0 +1,2 @@
|
||||
docker run -d --restart unless-stopped -p 3306:3306 --name=mysql8 -e MYSQL_ROOT_PASSWORD= -e MYSQL_ALLOW_EMPTY_PASSWORD=true mysql:8
|
||||
docker run -d --restart unless-stopped -p 6379:6379 --name=redis redis
|
Reference in New Issue
Block a user