Update readme.md

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

View file

@ -82,7 +82,7 @@ docker run -d \
-p 8080:80 \ -p 8080:80 \
-v <local_path>:/app/storage/content \ -v <local_path>:/app/storage/content \
--name filesharing \ --name filesharing \
-e UPLOAD_MAX_FILESIZE="1G" -e UPLOAD_MAX_FILESIZE="1G" \
axeloz/filesharing:<version> axeloz/filesharing:<version>
``` ```
- use the -v option to bind your local storage to the docker instance (persisting data) - use the -v option to bind your local storage to the docker instance (persisting data)