Update docker-compose.yaml
This commit is contained in:
parent
3b79604af2
commit
c96cdb5d2b
@ -23,7 +23,7 @@ services:
|
|||||||
- 3306:3306
|
- 3306:3306
|
||||||
environment:
|
environment:
|
||||||
- MYSQL_DATABASE=example
|
- MYSQL_DATABASE=example
|
||||||
|
- MYSQL_ROOT_PASSWORD=db-57xsl
|
||||||
# - MYSQL_ROOT_PASSWORD_FILE=/run/secrets/db-password
|
# - MYSQL_ROOT_PASSWORD_FILE=/run/secrets/db-password
|
||||||
restart: always
|
restart: always
|
||||||
healthcheck:
|
healthcheck:
|
||||||
@ -55,9 +55,9 @@ services:
|
|||||||
# - 33060
|
# - 33060
|
||||||
# volumes:
|
# volumes:
|
||||||
# db-data: {}
|
# db-data: {}
|
||||||
secrets:
|
# secrets:
|
||||||
db-password:
|
# db-password:
|
||||||
file: db/password.txt
|
# file: db/password.txt
|
||||||
networks:
|
networks:
|
||||||
react-spring: {}
|
react-spring: {}
|
||||||
spring-mysql: {}
|
spring-mysql: {}
|
||||||
|
Loading…
Reference in New Issue
Block a user