From a37593b46680811584e508e666f06cf7101f496b Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Wed, 24 Jul 2024 09:03:28 +0000 Subject: [PATCH] Bot Updating Documentation --- docs/images/docker-manyfold.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/images/docker-manyfold.md b/docs/images/docker-manyfold.md index fd7e6cc2a..14f12c678 100644 --- a/docs/images/docker-manyfold.md +++ b/docs/images/docker-manyfold.md @@ -106,7 +106,7 @@ Containers are configured using parameters passed at runtime (such as those abov | `PUID=1000` | for UserID - see below for explanation | | `PGID=1000` | for GroupID - see below for explanation | | `TZ=Etc/UTC` | specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). | -| `DATABASE_URL=` | Database connection URL. For sqlite use `sqlite3:/config/manyfold.sqlite3`. For postgres or mariadb use `://:@:/` where is `postgresql` or `mysql2`. Special characters in username/password must be [URL encoded](https://en.wikipedia.org/wiki/Percent-encoding). | +| `DATABASE_URL=` | Database connection URL. For sqlite use `sqlite3:/config/manyfold.sqlite3`. For postgres or mariadb use `://:@:/` where `` is `postgresql` or `mysql2`. Special characters in username/password must be [URL encoded](https://en.wikipedia.org/wiki/Percent-encoding). | | `REDIS_URL=` | Redis/Valkey database URL in `redis://:/` format. | | `SECRET_KEY_BASE=` | Browser session secret. Changing it will terminate all active browser sessions. |