kasm pt.2

This commit is contained in:
Didier Slof 2023-02-07 12:31:28 +01:00
parent bbfe69e3af
commit 996e8fc164
Signed by: didier
GPG key ID: 01E71F18AA4398E5

View file

@ -160,5 +160,22 @@ services:
cap_add:
- SYS_TIME
kasm:
image: lscr.io/linuxserver/kasm:latest
container_name: kasm
privileged: true
environment:
- KASM_PORT=4443
- TZ=Europe/London
volumes:
- /srv/kasm/data:/opt
- /srv/kasm/other/profiles:/profiles #optional
- /dev/input:/dev/input #optional
- /run/udev/data:/run/udev/data #optional
ports:
- 3000:3000
- 4443:4443
restart: unless-stopped
networks:
metrics: