summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2023-10-21 22:16:47 +0000
committerAndrew Dolgov <[email protected]>2023-10-21 22:16:47 +0000
commite50da439230d1895ba77e8f549e7c2b61da333cc (patch)
tree28d5a049dfc080ba90f3f401ec7b4ff4231dcf21
parenta50931db56c0e05a3e5a66c1b6bc35b13cd37f41 (diff)
Update InstallationNotes
-rw-r--r--InstallationNotes.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/InstallationNotes.md b/InstallationNotes.md
index f119680..cd0807b 100644
--- a/InstallationNotes.md
+++ b/InstallationNotes.md
@@ -9,8 +9,7 @@ This setup uses PostgreSQL and runs tt-rss using several containers as outlined
## .env
```ini
-# Copy this file to .env before building the container.
-# Put any local modifications here.
+# Copy this file to .env before building the container. Put any local modifications here.
# Run under this UID/GID.
# OWNER_UID=1000
@@ -23,8 +22,7 @@ This setup uses PostgreSQL and runs tt-rss using several containers as outlined
# ADMIN_USER_* settings are applied on every startup.
# Set admin user password to this value. If not set, random password will be
-# generated if default password is being used, look for it in the 'app'
-# container logs.
+# generated if default password is being used, look for it in the 'app' container logs.
#ADMIN_USER_PASS=
# Sets admin user access level to this value.