Updated README to resolve #100
authorAdam Dullage <redacted>
Fri, 4 Aug 2023 13:28:41 +0000 (14:28 +0100)
committerGitHub <redacted>
Fri, 4 Aug 2023 13:28:41 +0000 (14:28 +0100)
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 "GUID=1000" \
+  -e "PGID=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
-      GUID: 1000
+      PGID: 1000
       FLATNOTES_AUTH_TYPE: "password"
       FLATNOTES_USERNAME: "user"
       FLATNOTES_PASSWORD: "changeMe!"
git clone https://git.99rst.org/PROJECT