Several improvements to Docker:

- ability to reload configuration files without building again the images
- faster images building
- corrected a mistake
- logs are saved to the main host
This commit is contained in:
Francesco Borzì
2019-01-13 02:38:04 +01:00
committed by GitHub
parent 05d03747be
commit 0e87deb416
12 changed files with 3489 additions and 20 deletions

6
.gitignore vendored
View File

@@ -12,8 +12,10 @@ modules/*
!modules/*.sh
build*/
var/*
docker/authserver/authserver.conf
docker/worldserver/worldserver.conf
docker/authserver/etc/authserver.conf
docker/worldserver/etc/worldserver.conf
docker/authserver/logs/
docker/worldserver/logs/
!docker/build
!.gitkeep