diff --git a/compose/docker2/webtop.yaml b/compose/docker2/webtop.yaml index 52c2b89..b20f1c8 100644 --- a/compose/docker2/webtop.yaml +++ b/compose/docker2/webtop.yaml @@ -3,24 +3,27 @@ services: image: lscr.io/linuxserver/webtop:debian-xfce container_name: webtop security_opt: - - seccomp:unconfined #optional + - seccomp:unconfined environment: - PUID=1964 - PGID=1964 - TZ=America/Chicago - - SUBFOLDER=/ #optional - - TITLE=Webtop #optional + - SUBFOLDER=/ + - TITLE=Webtop + - DRINODE=/dev/dri/renderD128 + - DISPLAY_WIDTH=1920 + - DISPLAY_HEIGHT=1080 + - DISPLAY_REFRESH=60 networks: - netgrimoire volumes: - /data/nfs/znas/Docker/Webtop:/config -# - /var/run/docker.sock:/var/run/docker.sock #optional ports: - 3004:3000 - 3005:3001 devices: - - /dev/dri:/dev/dri #optional - shm_size: "1gb" #optional + - /dev/dri:/dev/dri + shm_size: "1gb" restart: unless-stopped labels: - homepage.group=Remote Access @@ -36,5 +39,4 @@ services: networks: netgrimoire: - external: true - + external: true \ No newline at end of file