mirror of
https://github.com/m1k1o/neko.git
synced 2025-08-03 16:59:12 +02:00
supervisord add -s flag (#15)
* fix duplicate supervisord logs. * add -s flag.
This commit is contained in:
parent
3d131bb42a
commit
482476489e
1 changed files with 1 additions and 1 deletions
|
@ -134,4 +134,4 @@ HEALTHCHECK --interval=10s --timeout=5s --retries=8 \
|
|||
|
||||
#
|
||||
# run neko
|
||||
CMD ["/usr/bin/supervisord", "-c", "/etc/neko/supervisord.conf"]
|
||||
CMD ["/usr/bin/supervisord", "-s", "-c", "/etc/neko/supervisord.conf"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue