Skip to content

VNC_PASSWORD doesnt work #22

@9dc

Description

@9dc

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: {}

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions