Attach to internet interface directly due to wildcard attaching to already in use internal port
This commit is contained in:
parent
40a3f96df4
commit
493d6644f2
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ services:
|
||||||
image: mysql:8.0
|
image: mysql:8.0
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- "0.0.0.0:3306:3306"
|
- "45.43.2.25:3306:3306"
|
||||||
environment:
|
environment:
|
||||||
- MYSQL_ROOT_PASSWORD=${MYSQL_ROOT_PASSWORD}
|
- MYSQL_ROOT_PASSWORD=${MYSQL_ROOT_PASSWORD}
|
||||||
- MYSQL_DATABASE=${MYSQL_DATABASE}
|
- MYSQL_DATABASE=${MYSQL_DATABASE}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue