Remove docker compose port binding
This commit is contained in:
parent
9d9ec013f5
commit
48897c8b90
@ -18,8 +18,6 @@ services:
|
|||||||
# - MYSQL_PASSWORD
|
# - MYSQL_PASSWORD
|
||||||
volumes:
|
volumes:
|
||||||
- notes-db-volume:/var/lib/mysql
|
- notes-db-volume:/var/lib/mysql
|
||||||
ports:
|
|
||||||
- 127.0.0.1:3306:3306
|
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "mysqladmin" ,"ping", "-h", "localhost"]
|
test: ["CMD", "mysqladmin" ,"ping", "-h", "localhost"]
|
||||||
timeout: 10s
|
timeout: 10s
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user