pyload updates
This commit is contained in:
parent
10c120292d
commit
155a37e3c7
1 changed files with 4 additions and 4 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue