You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -122,7 +122,7 @@ Containers are configured using parameters passed at runtime (such as those abov
122
122
|`-e PUID=1000`| for UserID - see below for explanation |
123
123
|`-e PGID=1000`| for GroupID - see below for explanation |
124
124
|`-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). |
126
126
|`-e REDIS_URL=`| Redis/Valkey database URL in `redis://<hostname>:<port>/<db number>` format. |
127
127
|`-e SECRET_KEY_BASE=`| Browser session secret. Changing it will terminate all active browser sessions. |
128
128
|`-v /config`| Persistent storage for application configuration data. |
0 commit comments