1
0
Fork 0

PHP container should wait for database

This commit is contained in:
Michael Nguyen 2018-02-17 18:26:24 -08:00
parent 3f1164cee6
commit b35e8754a0

View file

@ -27,6 +27,8 @@ services:
build: build:
context: services/php context: services/php
dockerfile: Dockerfile dockerfile: Dockerfile
depends_on:
- "db"
environment: environment:
- "panel_url=" - "panel_url="
- "timezone=" # See http://php.net/manual/en/timezones.php for timezones. - "timezone=" # See http://php.net/manual/en/timezones.php for timezones.