services: kasm: image: lscr.io/linuxserver/kasm:latest container_name: kasm privileged: true security_opt: - apparmor:rootlesskit #optional environment: - KASM_PORT=8443 - TZ=Europe/Berlin - PGID=1000 - PUID=1001 volumes: - ./data:/opt - ./profiles:/profiles - ./dev/input:/dev/input - ./run/udev/data:/run/udev/data ports: - 3001:3000 - 8443:8443 restart: unless-stopped