From 5b7622213ada3dc5285c0c1b729958c6ce2fea72 Mon Sep 17 00:00:00 2001 From: axeloz Date: Fri, 23 Jun 2023 10:36:40 +0200 Subject: [PATCH] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index cb78e49..0e47cbb 100644 --- a/readme.md +++ b/readme.md @@ -82,7 +82,7 @@ docker run -d \ -p 8080:80 \ -v :/app/storage/content \ --name filesharing \ --e UPLOAD_MAX_FILESIZE="1G" +-e UPLOAD_MAX_FILESIZE="1G" \ axeloz/filesharing: ``` - use the -v option to bind your local storage to the docker instance (persisting data)