Update readme.md

This commit is contained in:
Axel 2023-06-23 10:37:42 +02:00 committed by GitHub
parent 5b7622213a
commit 6eba61690d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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