diff --git a/pwd-compose.yml b/pwd-compose.yml index 7671400da..467e4a7fd 100644 --- a/pwd-compose.yml +++ b/pwd-compose.yml @@ -39,7 +39,7 @@ services: - 80:80 volumes: - starter_kit_app:/app - command: sh -c "cp /app/docker/nginx/default.conf /etc/nginx/conf.d/default.conf && nginx -g 'daemon off;' " + command: sh -c "cp /app/docker/nginx/default.conf /etc/nginx/conf.d/default.conf && nginx -g 'daemon off;'" depends_on: - app - source