Skip to content

Commit e1bc2d9

Browse files
committed
fix: Resolve unix_http_server CRIT error in Docker startup
Resolves `CRIT Server 'unix_http_server' running without any HTTP authentication checking` messages in Docker startup Resolves #627
1 parent 4b56e4d commit e1bc2d9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docker/8.4/supervisord.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
[unix_http_server]
22
file=/run/supervisord.sock
33
chmod=0700
4+
username=m3ue
5+
password=m3ue
46

57
[supervisorctl]
68
serverurl=unix:///run/supervisord.sock
9+
username=m3ue
10+
password=m3ue
711

812
[rpcinterface:supervisor]
913
supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface

0 commit comments

Comments
 (0)