added webtop
This commit is contained in:
@@ -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:
|
||||
Reference in New Issue
Block a user