nov 17 2024
This commit is contained in:
parent
37044fe071
commit
0b00bef7d8
100 changed files with 384 additions and 38 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue