mirror of
https://git.myvelabs.com/novnc/alpine.git
synced 2025-12-17 22:56:21 +00:00
Fixed image name for novnc docker-compose.yaml
This commit is contained in:
parent
93dcf4c5cb
commit
466c6e8902
1 changed files with 2 additions and 2 deletions
|
|
@ -1,9 +1,9 @@
|
|||
services:
|
||||
novnc:
|
||||
image: myvnc/novnc
|
||||
image: myvnc/alpine/novnc
|
||||
container_name: novnc
|
||||
restart: unless-stopped
|
||||
build: .
|
||||
# build: .
|
||||
ports:
|
||||
- ${MYVNC_NOVNC_PORT}:6900
|
||||
environment:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue