mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 17:01:16 +00:00
Update docker management
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
[unix_http_server]
|
||||
file=/opt/supervisor.sock ; the path to the socket file
|
||||
file=/var/run/supervisor.sock ; the path to the socket file
|
||||
chmod=0700 ; socket file mode (default 0700)
|
||||
chown=root:supervisor ; socket file uid:gid owner
|
||||
|
||||
@@ -10,7 +10,7 @@ pidfile=/var/run/supervisord.pid ; (supervisord pidfile;default supervisord.pid)
|
||||
childlogdir=/var/log/supervisor ; ('AUTO' child log dir, default $TEMP)
|
||||
|
||||
[supervisorctl]
|
||||
serverurl=unix:////var/run/supervisor.sock
|
||||
serverurl=unix:///var/run/supervisor.sock
|
||||
|
||||
[rpcinterface:supervisor]
|
||||
supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface
|
||||
|
||||
Reference in New Issue
Block a user