transfersh fixes
This commit is contained in:
parent
4be80d1eb1
commit
46c2d75261
2 changed files with 4 additions and 6 deletions
|
@ -75,14 +75,13 @@ services:
|
|||
- proxy
|
||||
|
||||
transfersh:
|
||||
#docker run --publish 8080:8080 dutchcoders/transfer.sh:latest --provider local --basedir /tmp/
|
||||
image: dutchcoders/transfer.sh:latest
|
||||
command: --provider local --basedir /tmp/
|
||||
environment:
|
||||
- PROVIDER=local
|
||||
- BASEDIR=/tmp/
|
||||
- PURGE_DAYS=15
|
||||
- LETSENCRYPT_HOST=share.neo.faulty.nl
|
||||
- VIRTUAL_HOST=share.neo.faulty.nl
|
||||
- VIRTUAL_PORT=8080
|
||||
volumes:
|
||||
- /srv/transfersh/config:/opt/youtransfer/config
|
||||
networks:
|
||||
- proxy
|
|
@ -8,8 +8,7 @@
|
|||
"jellyfin",
|
||||
"ghost",
|
||||
"gitlab",
|
||||
"searx",
|
||||
"transfersh"
|
||||
"searx"
|
||||
],
|
||||
"local_days_of_retention": 1,
|
||||
"remote_days_of_retention": 30,
|
||||
|
|
Reference in a new issue