Skip to content

Instantly share code, notes, and snippets.

@officialmofabs
Last active January 22, 2023 12:16
Show Gist options
  • Save officialmofabs/9caf3b61386255b7c30153adbef8abae to your computer and use it in GitHub Desktop.
Save officialmofabs/9caf3b61386255b7c30153adbef8abae to your computer and use it in GitHub Desktop.
---
version: "2.1"
services:
webtop:
image: lscr.io/linuxserver/webtop:latest
container_name: pcinabox
privileged: true
environment:
- PUID=0
- PGID=0
- TZ=Europe/London
volumes:
- /srv/data:/config
- /var/run/docker.sock:/var/run/docker.sock
ports:
- 3000:3000
shm_size: "2gb"
restart: unless-stopped
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment