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
Renovate Bot 225a0bd000
All checks were successful
continuous-integration/drone/pr Build is passing
⬆️ Update ghcr.io/linuxserver/kasm Docker digest to 95c8d5d
2024-05-12 23:53:34 +00:00

14 lines
335 B
YAML

---
services:
kasm:
image: ghcr.io/linuxserver/kasm@sha256:95c8d5d0f588cb3982da344c34b6acbebb5f428176947a923e5cc0cec4710f4d
container_name: kasm
privileged: true
environment:
- KASM_PORT=443
volumes:
- /docker/appdata/kasm:/opt
ports:
- 3000:3000
- 443:443
restart: unless-stopped