--nodaemon -- run in the foreground (same as 'nodaemon=true' in config file)
This commit is contained in:
parent
cdcd995185
commit
6261d5b149
@ -44,5 +44,5 @@ WORKDIR /app
|
||||
# Expose the port nginx is reachable on
|
||||
EXPOSE 8080
|
||||
|
||||
# Let supervisord start nginx & php-fpm
|
||||
CMD ["/usr/bin/supervisord", "-c", "/etc/supervisor/conf.d/supervisord.conf"]
|
||||
# Let supervisord start nginx & php
|
||||
CMD ["/usr/bin/supervisord", "-n", "-c", "/etc/supervisor/conf.d/supervisord.conf"]
|
||||
|
Loading…
Reference in New Issue
Block a user