added webtop

This commit is contained in:
2023-04-08 07:18:22 -05:00
parent 3e5bc62b57
commit 123dea8bdb

View File

@@ -554,5 +554,27 @@ services:
- ./appdata/sonarr:/config
- /mnt/data:/data
webtop:
container_name: webtop
image: lscr.io/linuxserver/webtop:ubuntu-xfce
security_opt:
- seccomp:unconfined #optional
environment:
- PUID=${PUID}
- PGID=${PGID}
- TZ=${TZ}
- SUBFOLDER=/ #optional
- KEYBOARD=en-us-qwerty #optional
- TITLE=Ubuntu #optional
devices:
- /dev/dri:/dev/dri #optional
shm_size: "1gb" #optional
ports:
- 3023:3000
restart: unless-stopped
volumes:
- ./appdata/webtop:/config
- /var/run/docker.sock:/var/run/docker.sock #optional
networks:
default: