docker/docker-compose/Webtop/rpi-webtop.yml
2022-04-03 22:02:58 +02:00

18 lines
441 B
YAML

version: "2.1"
services:
webtop:
image: ghcr.io/linuxserver/webtop:ubuntu-mate
container_name: webtop
privileged: true #optional
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Warsaw
- SUBFOLDER=/ #optional
volumes:
- /docker/webtop:/config
- /var/run/docker.sock:/var/run/docker.sock #optional
ports:
- 3000:3000
shm_size: "1gb" #optional
restart: unless-stopped