fds
This commit is contained in:
parent
f0a7ad418a
commit
9ec865c5f1
1 changed files with 10 additions and 8 deletions
|
|
@ -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
|
||||
|
|
@ -37,4 +40,3 @@ services:
|
|||
networks:
|
||||
netgrimoire:
|
||||
external: true
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue