services: webtop: image: lscr.io/linuxserver/webtop:ubuntu-xfce container_name: atlas-webtop security_opt: - seccomp:unconfined environment: - PUID=0 - PGID=0 - TZ=Europe/Amsterdam - TITLE=Atlas Desktop - CUSTOM_USER=${WEBTOP_USER} - PASSWORD=${WEBTOP_PASSWORD} volumes: - /opt/atlas/webtop/config:/config ports: - "127.0.0.1:8131:3000" shm_size: "2gb" restart: unless-stopped