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
|
image: lscr.io/linuxserver/webtop:debian-xfce
|
||||||
container_name: webtop
|
container_name: webtop
|
||||||
security_opt:
|
security_opt:
|
||||||
- seccomp:unconfined #optional
|
- seccomp:unconfined
|
||||||
environment:
|
environment:
|
||||||
- PUID=1964
|
- PUID=1964
|
||||||
- PGID=1964
|
- PGID=1964
|
||||||
- TZ=America/Chicago
|
- TZ=America/Chicago
|
||||||
- SUBFOLDER=/ #optional
|
- SUBFOLDER=/
|
||||||
- TITLE=Webtop #optional
|
- TITLE=Webtop
|
||||||
|
- DRINODE=/dev/dri/renderD128
|
||||||
|
- DISPLAY_WIDTH=1920
|
||||||
|
- DISPLAY_HEIGHT=1080
|
||||||
|
- DISPLAY_REFRESH=60
|
||||||
networks:
|
networks:
|
||||||
- netgrimoire
|
- netgrimoire
|
||||||
volumes:
|
volumes:
|
||||||
- /data/nfs/znas/Docker/Webtop:/config
|
- /data/nfs/znas/Docker/Webtop:/config
|
||||||
# - /var/run/docker.sock:/var/run/docker.sock #optional
|
|
||||||
ports:
|
ports:
|
||||||
- 3004:3000
|
- 3004:3000
|
||||||
- 3005:3001
|
- 3005:3001
|
||||||
devices:
|
devices:
|
||||||
- /dev/dri:/dev/dri #optional
|
- /dev/dri:/dev/dri
|
||||||
shm_size: "1gb" #optional
|
shm_size: "1gb"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
labels:
|
labels:
|
||||||
- homepage.group=Remote Access
|
- homepage.group=Remote Access
|
||||||
|
|
@ -36,5 +39,4 @@ services:
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
netgrimoire:
|
netgrimoire:
|
||||||
external: true
|
external: true
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue