Fix nginx command
This commit is contained in:
parent
1b1cf2a891
commit
1c935998fb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user