forked from metin2/deploy
Made external MySQL port configurable
This commit is contained in:
@ -27,7 +27,7 @@ services:
|
||||
# Password for root access
|
||||
MYSQL_ROOT_PASSWORD: 'metin2'
|
||||
ports:
|
||||
- '${MYSQL_PORT}:${MYSQL_PORT}'
|
||||
- '${MYSQL_EXTERNAL_PORT}:${MYSQL_PORT}'
|
||||
expose:
|
||||
- ${MYSQL_PORT}
|
||||
volumes:
|
||||
|
Reference in New Issue
Block a user