We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33144cf commit ff58405Copy full SHA for ff58405
1 file changed
README.md
@@ -68,7 +68,7 @@ docker run -d \
68
-e "PGID=1000" \
69
-e "FLATNOTES_AUTH_TYPE=password" \
70
-e "FLATNOTES_USERNAME=user" \
71
- -e "FLATNOTES_PASSWORD=changeMe!" \
+ -e 'FLATNOTES_PASSWORD=changeMe!' \
72
-e "FLATNOTES_SECRET_KEY=aLongRandomSeriesOfCharacters" \
73
-v "$(pwd)/data:/data" \
74
-p "8080:8080" \
0 commit comments