diff --git a/readme.md b/readme.md index 0e47cbb..b8b1031 100644 --- a/readme.md +++ b/readme.md @@ -85,10 +85,10 @@ docker run -d \ -e UPLOAD_MAX_FILESIZE="1G" \ axeloz/filesharing: ``` -- use the -v option to bind your local storage to the docker instance (persisting data) -- replace 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 `` 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