diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 00000000..a4d9a01a --- /dev/null +++ b/docker-compose.yml @@ -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 \ No newline at end of file