diff --git a/.env.example b/.env.example index a722325..4b54192 100644 --- a/.env.example +++ b/.env.example @@ -1,3 +1,9 @@ +################################################################################ +# Docker images +################################################################################ +GAME_IMAGE=git.old-metin2.com/metin2/server:latest +WEB_IMAGE=git.old-metin2.com/metin2/web:latest + ################################################################################ # MySQL settings ################################################################################ @@ -16,7 +22,6 @@ MYSQL_DB_LOG=log ################################################################################ # General configuration -WEB_IMAGE=git.old-metin2.com/metin2/website:nightly WEB_APP_NAME=Metin2 WEB_APP_ENV=production WEB_APP_URL=http://metin2.local @@ -46,5 +51,4 @@ DB_PORT=15000 # Game settings PUBLIC_IP=127.0.0.1 -GAME_IMAGE=git.old-metin2.com/metin2/server:nightly GAME_MAX_LEVEL=105 diff --git a/docker-compose.yml b/docker-compose.yml index 4393a76..c244911 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -22,7 +22,8 @@ x-environment: services: # MySQL Database mysql: - image: mysql:5.5 + # The biarms/mysql Docker image supports ARM machines; you may also use mysql:5.5 + image: biarms/mysql:5.5 restart: on-failure environment: # Password for root access