Skip to content

Commit

Permalink
addad kasmvnc option
Browse files Browse the repository at this point in the history
  • Loading branch information
grassjelly committed Apr 11, 2024
1 parent b7d1a42 commit 2cbd5ff
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,3 +136,17 @@ services:
- /dev/dri:/dev/dri
shm_size: "1gb"
restart: unless-stopped

kasmvnc:
runtime: ${RUNTIME}
container_name: kasmvnc
image: ghcr.io/linuxserver/baseimage-kasmvnc:alpine318
privileged: true
network_mode: host
volumes:
- /tmp/.X11-unix:/tmp/.X11-unix:rw
- $HOME/.Xauthority:/root/.Xauthority
environment:
- DISPLAY=:200
devices:
- /dev/dri:/dev/dri

0 comments on commit 2cbd5ff

Please sign in to comment.