This repository has been archived on 2024-07-30. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Auto-Homelab/kasm/docker-compose.yml

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