pyload updates

This commit is contained in:
Florian Zirker 2023-12-05 14:25:41 +01:00
parent 10c120292d
commit 155a37e3c7

View file

@ -1,16 +1,16 @@
services:
app:
image: linuxserver/pyload
image: linuxserver/pyload-ng
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Berlin
volumes:
- ${VOLUMES_PATH}/pyload:/config
- ${VOLUMES_PATH}/download/pyload:/config
- ${DOWNLOAD_PATH}:/downloads
ports:
- 7227:7227 #optional Thrift Backend
# ports:
#- 7227:7227 #optional Thrift Backend
networks:
- web
labels: