adding kasm
This commit is contained in:
parent
acc46314bf
commit
cb9768d823
1 changed files with 14 additions and 0 deletions
14
kasm/docker-compose.yml
Normal file
14
kasm/docker-compose.yml
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
---
|
||||||
|
services:
|
||||||
|
kasm:
|
||||||
|
image: lscr.io/linuxserver/kasm@sha256:145e60f4b35768580cb56b976cb3e125f95367c4a30481cb574837f39a84ddf5
|
||||||
|
container_name: kasm
|
||||||
|
privileged: true
|
||||||
|
environment:
|
||||||
|
- KASM_PORT=443
|
||||||
|
volumes:
|
||||||
|
- /docker/appdata/kasm:/opt
|
||||||
|
ports:
|
||||||
|
- 3000:3000
|
||||||
|
- 443:443
|
||||||
|
restart: unless-stopped
|
Reference in a new issue