Script clean up, enhancement

This commit is contained in:
Marwolf
2018-08-15 01:28:18 -04:00
parent 80720289b5
commit 8b5fb1804e
15 changed files with 146 additions and 89 deletions

View File

@@ -3,7 +3,7 @@ include .env
MYSQL_DUMPS_DIR=./data/db
start:
docker-compose --file docker-compose.yml up --force-recreate --remove-orphans -d
docker-compose --file docker-compose.yml up -d
start-single-player:
docker-compose --file docker-compose-single-player.yml up -d