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: always