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:
a672130
)
Go back to default username and password
author
luandro
<redacted>
Sat, 29 Oct 2022 14:40:05 +0000
(11:40 -0300)
committer
GitHub
<redacted>
Sat, 29 Oct 2022 14:40:05 +0000
(11:40 -0300)
README.md
patch
|
blob
|
history
diff --git
a/README.md
b/README.md
index 1daf40a6a61577260eca5c3b1b8d9a0d353e799f..719cc1c5f9d5113ec5ae80050ab7930be134b6ed 100644
(file)
--- a/
README.md
+++ b/
README.md
@@
-29,8
+29,8
@@
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=
admin
" \
- -e "FLATNOTES_PASSWORD=
admin
" \
+ -e "FLATNOTES_USERNAME=
user
" \
+ -e "FLATNOTES_PASSWORD=
changeMe
" \
-e "FLATNOTES_SECRET_KEY=aLongRandomSeriesOfCharacters" \
-v "$(pwd)/data:/app/data" \
-p "80:80" \
git clone https://git.99rst.org/PROJECT