Skip to content

Commit ce9c744

Browse files
Bot Updating Templated Files
1 parent edb8252 commit ce9c744

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Containers are configured using parameters passed at runtime (such as those abov
122122
| `-e PUID=1000` | for UserID - see below for explanation |
123123
| `-e PGID=1000` | for GroupID - see below for explanation |
124124
| `-e TZ=Etc/UTC` | specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). |
125-
| `-e DATABASE_URL=` | Database connection URL. For sqlite use `sqlite3:/config/manyfold.sqlite3`. For postgres or mariadb use `<scheme>://<username>:<password>@<hostname>:<port>/<db name>` where <scheme> is `postgresql` or `mysql2`. Special characters in username/password must be [URL encoded](https://en.wikipedia.org/wiki/Percent-encoding). |
125+
| `-e DATABASE_URL=` | Database connection URL. For sqlite use `sqlite3:/config/manyfold.sqlite3`. For postgres or mariadb use `<scheme>://<username>:<password>@<hostname>:<port>/<db name>` where `<scheme>` is `postgresql` or `mysql2`. Special characters in username/password must be [URL encoded](https://en.wikipedia.org/wiki/Percent-encoding). |
126126
| `-e REDIS_URL=` | Redis/Valkey database URL in `redis://<hostname>:<port>/<db number>` format. |
127127
| `-e SECRET_KEY_BASE=` | Browser session secret. Changing it will terminate all active browser sessions. |
128128
| `-v /config` | Persistent storage for application configuration data. |

0 commit comments

Comments
 (0)