git.99rst.org
/
flatnotes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
a993be4
)
Fix Docker example on README
author
luandro
<redacted>
Sat, 29 Oct 2022 14:36:41 +0000
(11:36 -0300)
committer
GitHub
<redacted>
Sat, 29 Oct 2022 14:36:41 +0000
(11:36 -0300)
README.md
patch
|
blob
|
history
diff --git
a/README.md
b/README.md
index 7ba3956a5b1b72994f78790286860bdedd013161..1daf40a6a61577260eca5c3b1b8d9a0d353e799f 100644
(file)
--- a/
README.md
+++ b/
README.md
@@
-28,9
+28,9
@@
Note: To use either of the options below, please ensure the current directory co
```shell
docker run -d \
- -e "FLATNOTES_AUTH_TYPE=password"
- -e "FLATNOTES_USERNAME=
user
" \
- -e "FLATNOTES_PASSWORD=
changeMe!
" \
+ -e "FLATNOTES_AUTH_TYPE=password"
\
+ -e "FLATNOTES_USERNAME=
admin
" \
+ -e "FLATNOTES_PASSWORD=
admin
" \
-e "FLATNOTES_SECRET_KEY=aLongRandomSeriesOfCharacters" \
-v "$(pwd)/data:/app/data" \
-p "80:80" \
git clone https://git.99rst.org/PROJECT