transfer.sh > youtransfer
This commit is contained in:
parent
3239767e85
commit
4be80d1eb1
2 changed files with 7 additions and 5 deletions
|
@ -74,13 +74,15 @@ services:
|
|||
networks:
|
||||
- proxy
|
||||
|
||||
youtransfer:
|
||||
image: remie/youtransfer:stable
|
||||
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:
|
||||
- LETSENCRYPT_HOST=share.neo.faulty.nl
|
||||
- VIRTUAL_HOST=share.neo.faulty.nl
|
||||
- VIRTUAL_PORT=5000
|
||||
- VIRTUAL_PORT=8080
|
||||
volumes:
|
||||
- /srv/youtransfer/config:/opt/youtransfer/config
|
||||
- /srv/transfersh/config:/opt/youtransfer/config
|
||||
networks:
|
||||
- proxy
|
Reference in a new issue