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:
|
||||
|
||||
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:
|
||||
|
|
Loading…
Reference in a new issue