---
version: "2"
services:
webtop:
image: linuxserver/webtop:version-450d9427
container_name: webtop
restart: unless-stopped
environment:
- TZ=Europe/London # Your local timezone
- PUID=1000 # Application user ID
- PGID=1000 # Application group ID
volumes:
- /host/path/to/var/run/docker.sock:/var/run/docker.sock # Docker Socket on the system, if you want to use Docker in the container
- /host/path/to/config:/config # Application home directory
ports:
- 3000:3000/tcp # Web Desktop GUI