kasm pt.2
This commit is contained in:
parent
bbfe69e3af
commit
996e8fc164
1 changed files with 17 additions and 0 deletions
|
@ -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:
|
Reference in a new issue