Update docker-compose.yaml

This commit is contained in:
Amin Al-Ali Al-Darwish 2022-04-28 14:36:26 +01:00 committed by GitHub
parent 3b79604af2
commit c96cdb5d2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ services:
- 3306:3306
environment:
- MYSQL_DATABASE=example
- MYSQL_ROOT_PASSWORD=db-57xsl
# - MYSQL_ROOT_PASSWORD_FILE=/run/secrets/db-password
restart: always
healthcheck:
@ -55,9 +55,9 @@ services:
# - 33060
# volumes:
# db-data: {}
secrets:
db-password:
file: db/password.txt
# secrets:
# db-password:
# file: db/password.txt
networks:
react-spring: {}
spring-mysql: {}