mirror of
https://github.com/uprightbass360/AzerothCore-RealmMaster.git
synced 2026-02-08 05:01:10 +00:00
feat: add mysql exposure toggle and client data bind
This commit is contained in:
5
docker-compose.mysql-expose.yml
Normal file
5
docker-compose.mysql-expose.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
services:
|
||||
ac-mysql:
|
||||
# Optional override that publishes the MySQL port when MYSQL_EXPOSE_PORT=1
|
||||
ports:
|
||||
- "${MYSQL_EXTERNAL_PORT}:${MYSQL_PORT}"
|
||||
Reference in New Issue
Block a user