updated file structure
This commit is contained in:
8
.devcontainer/files/supervisor/websockify.conf
Normal file
8
.devcontainer/files/supervisor/websockify.conf
Normal file
@@ -0,0 +1,8 @@
|
||||
[program:websockify]
|
||||
command=/usr/bin/python3 /opt/noVNC/utils/websockify/run --web /opt/noVNC/ ${NO_VNC_PORT} localhost:${VNC_PORT}
|
||||
autostart=true
|
||||
autorestart=true
|
||||
stdout_logfile=/dev/stdout
|
||||
stdout_logfile_maxbytes=0
|
||||
stderr_logfile=/dev/stderr
|
||||
stderr_logfile_maxbytes=0
|
||||
Reference in New Issue
Block a user