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
5b7622213a
commit
6eba61690d
1 changed files with 4 additions and 4 deletions
|
@ -85,10 +85,10 @@ docker run -d \
|
|||
-e UPLOAD_MAX_FILESIZE="1G" \
|
||||
axeloz/filesharing:<version>
|
||||
```
|
||||
- use the -v option to bind your local storage to the docker instance (persisting data)
|
||||
- replace <version> with latest FileSharing version
|
||||
- adapt the -p option to listen to the port you need
|
||||
- you may pass env variables with the -e option
|
||||
- use the `-v` option to bind your local storage to the docker instance (persisting data)
|
||||
- replace `<version>` with latest FileSharing version
|
||||
- adapt the `-p` option to listen to the port you need
|
||||
- you may pass env variables with the `-e` option
|
||||
- you can use a reverse proxy for SSL termination (example: nginx)
|
||||
|
||||
### Standalone
|
||||
|
|
Loading…
Add table
Reference in a new issue