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: services:
app: app:
image: linuxserver/pyload image: linuxserver/pyload-ng
environment: environment:
- PUID=1000 - PUID=1000
- PGID=1000 - PGID=1000
- TZ=Europe/Berlin - TZ=Europe/Berlin
volumes: volumes:
- ${VOLUMES_PATH}/pyload:/config - ${VOLUMES_PATH}/download/pyload:/config
- ${DOWNLOAD_PATH}:/downloads - ${DOWNLOAD_PATH}:/downloads
ports: # ports:
- 7227:7227 #optional Thrift Backend #- 7227:7227 #optional Thrift Backend
networks: networks:
- web - web
labels: labels: