From: Adam Dullage Date: Tue, 23 Aug 2022 20:26:41 +0000 (+0100) Subject: Update README.md X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=e586dab20b4004c732b78782f59e67e978d9a833;p=flatnotes.git Update README.md --- diff --git a/README.md b/README.md index 82c5eed..8c4ea59 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ docker run -d \ -e "FLATNOTES_USERNAME=user" \ -e "FLATNOTES_PASSWORD=changeMe!" \ -e "FLATNOTES_SECRET_KEY=aLongRandomSeriesOfCharacters" \ + -v "$(pwd)/data:/app/data" \ -p "80:80" \ dullage/flatnotes:latest ``` @@ -48,8 +49,8 @@ services: # FLATNOTES_SESSION_EXPIRY_DAYS: "7" # Optional. Defaults to 30. volumes: - - "./data:/data" - # - "./index:/data/.flatnotes" + - "./data:/app/data" + # - "./index:/app/data/.flatnotes" # Optional. Allows you to save the search index in a different location. ports: - "80:80"