kasm pt.2
This commit is contained in:
parent
bbfe69e3af
commit
996e8fc164
1 changed files with 17 additions and 0 deletions
|
@ -159,6 +159,23 @@ services:
|
||||||
- '/:/host:ro,rslave'
|
- '/:/host:ro,rslave'
|
||||||
cap_add:
|
cap_add:
|
||||||
- SYS_TIME
|
- 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:
|
networks:
|
||||||
metrics:
|
metrics:
|
Reference in a new issue