mirror of
https://github.com/axeloz/filesharing.git
synced 2025-05-06 01:53:55 +02:00
Update readme.md
This commit is contained in:
parent
d009b04849
commit
5b7622213a
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ docker run -d \
|
|||
-p 8080:80 \
|
||||
-v <local_path>:/app/storage/content \
|
||||
--name filesharing \
|
||||
-e UPLOAD_MAX_FILESIZE="1G"
|
||||
-e UPLOAD_MAX_FILESIZE="1G" \
|
||||
axeloz/filesharing:<version>
|
||||
```
|
||||
- use the -v option to bind your local storage to the docker instance (persisting data)
|
||||
|
|
Loading…
Add table
Reference in a new issue