Upload
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user