This commit is contained in:
2026-05-20 13:47:17 +02:00
parent be5bff6e14
commit 555d37dfaa
20 changed files with 672 additions and 17 deletions
+32
View File
@@ -0,0 +1,32 @@
version: "2.4"
services:
pyload-ng:
container_name: pyload-ng
image: ghcr.io/linuxserver/pyload-ng
pids_limit: 2048
ports:
- '8000:8000'
- '9666:9666'
environment:
- TZ=Europe/Berlin
- PUID=3000
- PGID=3000
networks:
DMZ:
ipv4_address: 10.10.12.16
volumes:
- pyload_download_data:/downloads:rw
- pyload_data:/config:rw
dns:
- 1.1.1.1
restart: unless-stopped
volumes:
pyload_data:
external: true
pyload_download_data:
external: true
networks:
DMZ:
external: true
name: DMZ