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:
374e28e
)
Updated README to resolve #100
author
Adam Dullage
<redacted>
Fri, 4 Aug 2023 13:28:41 +0000
(14:28 +0100)
committer
GitHub
<redacted>
Fri, 4 Aug 2023 13:28:41 +0000
(14:28 +0100)
README.md
patch
|
blob
|
history
diff --git
a/README.md
b/README.md
index 5333875da330c18bc80d1159f05c8a8e33389906..3ad18ab25b41c607e4a0e4156e9361476c4bc277 100644
(file)
--- a/
README.md
+++ b/
README.md
@@
-57,7
+57,7
@@
If you'd prefer to host flatnotes yourself then the recommendation is to use Doc
```shell
docker run -d \
-e "PUID=1000" \
- -e "
GU
ID=1000" \
+ -e "
PG
ID=1000" \
-e "FLATNOTES_AUTH_TYPE=password" \
-e "FLATNOTES_USERNAME=user" \
-e "FLATNOTES_PASSWORD=changeMe" \
@@
-77,7
+77,7
@@
services:
image: dullage/flatnotes:latest
environment:
PUID: 1000
-
GU
ID: 1000
+
PG
ID: 1000
FLATNOTES_AUTH_TYPE: "password"
FLATNOTES_USERNAME: "user"
FLATNOTES_PASSWORD: "changeMe!"
git clone https://git.99rst.org/PROJECT