Move starters into their own directory
This commit is contained in:
@ -23,5 +23,4 @@ source install/*.sh
|
||||
gh auth login
|
||||
|
||||
# Start
|
||||
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
|
||||
source start/containers.sh
|
||||
|
Reference in New Issue
Block a user