docker
This commit is contained in:
8
docker-compose.yml
Normal file
8
docker-compose.yml
Normal file
@ -0,0 +1,8 @@
|
||||
services:
|
||||
novnc:
|
||||
volumes:
|
||||
- ./src:/vnc
|
||||
ports:
|
||||
- 80:6080
|
||||
image: gotget/novnc
|
||||
command: --vnc 0.0.0.0:5900 --web /vnc
|
||||
Reference in New Issue
Block a user