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)