From 6eba61690df096c461dc4ac4dbb8d95c2c703e2a Mon Sep 17 00:00:00 2001 From: axeloz Date: Fri, 23 Jun 2023 10:37:42 +0200 Subject: [PATCH] Update readme.md --- readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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