-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
hi, thanks for this neat project.
one problem i have is if i use VNC_PASSWORD the container start, but connection with VNC fails (i dont even have to put in a password)
any ideas?
version: "2.1" services: prusaslicer-novnc: image: mikeah/prusaslicer-novnc container_name: prusaslicer-novnc environment: - NVIDIA_VISIBLE_DEVICES=0 - NVIDIA_DRIVER_CAPABILITIES=all - DISPLAY=:0 - VGL_DISPLAY=egl # needed to run without X server - SUPD_LOGLEVEL=INFO - ENABLEHWGPU=false - VNC_RESOLUTION=1920x1080 - VNC_PASSWORD=test ports: - 8080:8080 volumes: - /mnt/T5/dockge/prusaslicer/prints:/prints/ - /mnt/T5/dockge/prusaslicer/configs:/configs/ restart: unless-stopped networks: {}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
