Add wildcard ip attachment to bind to all interfaces.
This commit is contained in:
parent
721296c7f1
commit
50ca52e781
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ services:
|
|||
image: ghcr.io/${REPO_NAME_LOWER}/rust-engine:${IMAGE_TAG}
|
||||
restart: always
|
||||
ports:
|
||||
- "3306:3306"
|
||||
- "0.0.0.0:3306:3306"
|
||||
environment:
|
||||
- DATABASE_URL=mysql://${MYSQL_USER}:${MYSQL_PASSWORD}@mysql:3306/${MYSQL_DATABASE}
|
||||
depends_on:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue