mirror of
https://git.myvelabs.com/novnc/alpine.git
synced 2025-12-18 01:26:20 +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:
|
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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue