Commit fa623e56 authored by Eric Duminil's avatar Eric Duminil
Browse files

whatever

parent d097e2c8
......@@ -2,15 +2,15 @@ services:
casanova:
build: .
ports:
- "5800:5800" # Web GUI (noVNC browser access)
- "5900:5900" # VNC direct access
- "127.0.0.1:5800:5800" # Web GUI (noVNC browser access)
# - "5900:5900" # VNC direct access
volumes:
- ./config:/config:rw
- app:/config:rw
environment:
- USER_ID=1000
- GROUP_ID=1000
- TZ=Europe/Paris
security_opt:
- seccomp:unconfined
- apparmor:unconfined
restart: unless-stopped
volumes:
app:
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment