Pierwsz wysyłka ;-)

This commit is contained in:
2022-03-26 17:26:25 +01:00
commit 76bb6d76a6
10 changed files with 149 additions and 0 deletions

View File

@ -0,0 +1,18 @@
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:
- /home/docker:/config
- /var/run/docker.sock:/var/run/docker.sock #optional
ports:
- 3000:3000
shm_size: "1gb" #optional
restart: unless-stopped

View File

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