Fixed image name for novnc docker-compose.yaml

This commit is contained in:
myve 2025-01-27 01:47:00 +00:00
commit 466c6e8902

View file

@ -1,9 +1,9 @@
services: services:
novnc: novnc:
image: myvnc/novnc image: myvnc/alpine/novnc
container_name: novnc container_name: novnc
restart: unless-stopped restart: unless-stopped
build: . # build: .
ports: ports:
- ${MYVNC_NOVNC_PORT}:6900 - ${MYVNC_NOVNC_PORT}:6900
environment: environment: