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

whatever

parent d097e2c8
...@@ -2,15 +2,15 @@ services: ...@@ -2,15 +2,15 @@ services:
casanova: casanova:
build: . build: .
ports: ports:
- "5800:5800" # Web GUI (noVNC browser access) - "127.0.0.1:5800:5800" # Web GUI (noVNC browser access)
- "5900:5900" # VNC direct access # - "5900:5900" # VNC direct access
volumes: volumes:
- ./config:/config:rw - app:/config:rw
environment: environment:
- USER_ID=1000 - USER_ID=1000
- GROUP_ID=1000 - GROUP_ID=1000
- TZ=Europe/Paris - TZ=Europe/Paris
security_opt:
- seccomp:unconfined
- apparmor:unconfined
restart: unless-stopped 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