If the web service is started before the php service, You'll get an nginx error:
[emerg] 1:1: host not found in upstream "php" in /etc/nginx/conf.d/default.conf:12
Amending the config for web like so will correct this problem:
web:
# ... other configs
depends_on:
- php
If the
webservice is started before thephpservice, You'll get an nginx error:Amending the config for
weblike so will correct this problem: