nov 17 2024

This commit is contained in:
q 2024-11-17 15:40:56 -05:00
parent 37044fe071
commit 0b00bef7d8
100 changed files with 384 additions and 38 deletions

View file

@ -34,7 +34,9 @@ services:
container_name: transfer
ports:
- "3880:8080"
command: ["--provider", "local", "--basedir", "/uploads/", "--web-path", "/web/"]
command: ["--provider", "local", "--basedir", "/uploads/", "--web-path", "/web/", "--max-upload-size", "10485760"]
environment:
- MAX_UPLOAD_SIZE=10485760
volumes:
- ./transfer/uploads:/uploads
- ./transfer/tshweb:/web