Add docker-compose.yml
This commit is contained in:
10
docker-compose.yml
Normal file
10
docker-compose.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
novnc:
|
||||
image: nginx:alpine
|
||||
ports:
|
||||
- "4445:80"
|
||||
volumes:
|
||||
- ./noVNC:/usr/share/nginx/html:ro
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user