Update supervisord.conf
Browse files- supervisord.conf +1 -1
supervisord.conf
CHANGED
|
@@ -39,7 +39,7 @@ startsecs=3
|
|
| 39 |
depends_on=x11vnc
|
| 40 |
|
| 41 |
[program:webui]
|
| 42 |
-
command=/home/user/miniconda/envs/webui/bin/python
|
| 43 |
; ✅ Fix wrong directory (/app -> /web-ui)
|
| 44 |
directory=/web-ui
|
| 45 |
autorestart=true
|
|
|
|
| 39 |
depends_on=x11vnc
|
| 40 |
|
| 41 |
[program:webui]
|
| 42 |
+
command=/home/user/miniconda/envs/webui/bin/python webui_with_vnc.py --ip 0.0.0.0 --port 7860
|
| 43 |
; ✅ Fix wrong directory (/app -> /web-ui)
|
| 44 |
directory=/web-ui
|
| 45 |
autorestart=true
|