From: luandro Date: Sat, 29 Oct 2022 14:40:05 +0000 (-0300) Subject: Go back to default username and password X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=ed3e7c5a1acff12dc49dfabf2d15527e114921a5;p=flatnotes.git Go back to default username and password --- diff --git a/README.md b/README.md index 1daf40a..719cc1c 100644 --- 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" \