web:
image: nginx
volumes:
- /srv/docker/nginx/conf.d/redmine.conf:/etc/nginx/conf.d/redmine.conf
- /srv/docker/nginx/logs:/etc/nginx/logs
ports:
- "80:80"
#command: /bin/bash -c "nginx -g 'daemon off;'"
command: [nginx-debug, '-g', 'daemon off;']
stdin_open: true
tty: true