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

15 lines
335 B
YAML
Raw Normal View History

2024-04-11 14:03:21 -04:00
---
services:
kasm:
2024-05-12 19:56:56 -04:00
image: ghcr.io/linuxserver/kasm@sha256:145e60f4b35768580cb56b976cb3e125f95367c4a30481cb574837f39a84ddf5
2024-04-11 14:03:21 -04:00
container_name: kasm
privileged: true
environment:
- KASM_PORT=443
volumes:
- /docker/appdata/kasm:/opt
ports:
- 3000:3000
- 443:443
restart: unless-stopped