9 lines
175 B
YAML
9 lines
175 B
YAML
services:
|
|
novnc:
|
|
volumes:
|
|
- ./src:/vnc
|
|
ports:
|
|
- 80:6080
|
|
image: gotget/novnc
|
|
command: --vnc 0.0.0.0:5900 --web /vnc
|