Skip to content

Commit 63c5548

Browse files
Bot Updating Documentation
1 parent e0fc1c3 commit 63c5548

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/images/docker-manyfold.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Containers are configured using parameters passed at runtime (such as those abov
114114
| `TZ=Etc/UTC` | specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). |
115115
| `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). |
116116
| `REDIS_URL=` | Redis/Valkey database URL in `redis://<hostname>:<port>/<db number>` format. |
117-
| `SECRET_KEY_BASE=` | Browser session secret. Changing it will terminate all active browser sessions. |
117+
| `SECRET_KEY_BASE=` | Browser session and database encryption key. If unset a random one will be generated on init, the database is locked to this key. |
118118

119119
### Volume Mappings (`-v`)
120120

@@ -337,6 +337,7 @@ To help with development, we generate this dependency graph.
337337

338338
## Versions
339339

340+
* **08.10.25:** - Change key init to auto generate and persist.
340341
* **27.07.25:** - Rebase to Alpine 3.22.
341342
* **12.01.25:** - Rebase to Alpine 3.21.
342343
* **23.07.24:** - Initial Release.

0 commit comments

Comments
 (0)