Update supervisord.conf
Browse files- supervisord.conf +1 -1
supervisord.conf
CHANGED
|
@@ -31,7 +31,7 @@ priority=250
|
|
| 31 |
depends_on=x11vnc
|
| 32 |
|
| 33 |
[program:novnc]
|
| 34 |
-
command=bash -c "sleep 5 && cd /opt/novnc && ./utils/novnc_proxy --vnc localhost:5901 --listen
|
| 35 |
autorestart=true
|
| 36 |
priority=300
|
| 37 |
startretries=5
|
|
|
|
| 31 |
depends_on=x11vnc
|
| 32 |
|
| 33 |
[program:novnc]
|
| 34 |
+
command=bash -c "sleep 5 && cd /opt/novnc && ./utils/novnc_proxy --vnc localhost:5901 --listen 127.0.0.1:6080 --web /opt/novnc"
|
| 35 |
autorestart=true
|
| 36 |
priority=300
|
| 37 |
startretries=5
|