This repository has been archived on 2024-07-30. You can view files and clone it, but cannot push or open issues or pull requests.
Auto-Homelab/kasm/docker-compose.yml
2024-04-11 18:03:21 +00:00

14 lines
335 B
YAML

---
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