From: Adam Dullage Date: Fri, 4 Aug 2023 13:28:41 +0000 (+0100) Subject: Updated README to resolve #100 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=23263bac41943fd440ed8c25fa9ee2a01dcd342c;p=flatnotes.git Updated README to resolve #100 --- diff --git a/README.md b/README.md index 5333875..3ad18ab 100644 --- 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!"