v/pol
1
0
mirror of https://github.com/taroved/pol synced 2025-05-28 03:50:08 -07:00

Update docker-compose.yaml

This commit is contained in:
Marllus Lustosa 2019-12-27 18:41:24 +00:00 committed by GitHub
parent 52c447eac0
commit aacf2659f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,8 @@ services:
image: politepol:latest
depends_on:
- 'dbpolitepol'
command: ["./wait-for-it.sh", "dbpolitepol:3306", "--", "/bin/bash", "./frontend/start.sh"]
#command: ["./wait-for-it.sh", "dbpolitepol:3306", "--", "/bin/bash", "./frontend/start.sh"]
command: ["./wait-for-it.sh", "dbpolitepol", "/bin/bash", "./frontend/start.sh"]
container_name: politepol
restart: unless-stopped
networks: