Update docker-compose.yaml

This commit is contained in:
Amin Al-Ali Al-Darwish 2022-04-28 15:13:21 +01:00 committed by GitHub
parent 789dab306d
commit 9a42f47ba9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,8 +4,8 @@ services:
restart: always
ports:
- 8080:8080
secrets:
- db-password
# secrets:
# - db-password
environment:
MYSQL_HOST: db
networks:
@ -31,8 +31,8 @@ services:
interval: 3s
retries: 5
start_period: 30s
secrets:
- db-password
# secrets:
# - db-password
# volumes:
# - db-data:/var/lib/mysql
networks: