Skip to content

Commit

Permalink
yii-starter-kit#654. Update nginx config.
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredleo committed Feb 27, 2019
1 parent 79eb51a commit abdd9b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pwd-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit abdd9b4

Please sign in to comment.