2025-01-03 14:53:57

This commit is contained in:
henk
2025-01-03 14:53:57 +01:00
parent b4c22b7f5b
commit fb5d102ca5
6 changed files with 139 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
---
services:
webtop:
image: lscr.io/linuxserver/webtop:ubuntu-xfce
container_name: webtop
hostname: webtop
security_opt:
- seccomp:unconfined #optional
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Amsterdam
- LC_ALL=nl_NL.UTF-8
- SUBFOLDER=/ #optional
- KEYBOARD=en-us-qwerty #optional
- TITLE=Webtop #optional
volumes:
- ./data:/config
- /var/run/docker.sock:/var/run/docker.sock #optional
ports:
- 3000:3000
- 3001:3001
devices:
- /dev/dri:/dev/dri #optional
shm_size: "1gb" #optional
restart: unless-stopped