Fix nginx command

This commit is contained in:
Nabeel Shahzad 2019-05-12 11:20:42 -05:00
parent 1b1cf2a891
commit 1c935998fb

View File

@ -18,7 +18,7 @@ services:
nginx:
image: nginx:1.15.12-alpine
command: /bin/bash -c "exec nginx -g 'daemon off;'"
command: /bin/sh -c "exec nginx -g 'daemon off;'"
volumes:
- ./:/var/www
- ./docker/nginx/default.conf:/etc/nginx/conf.d/default.conf