diff --git a/friendica/content.md b/friendica/content.md index b193444b6..3d3395d48 100644 --- a/friendica/content.md +++ b/friendica/content.md @@ -140,9 +140,10 @@ The Friendica image supports auto configuration via environment variables. You c - `MYSQL_DATABASE` Name of the database using mysql / mariadb. - `MYSQL_HOST` Hostname of the database server using mysql / mariadb. - # Docker Secrets + As an alternative to passing sensitive information via environment variables, _FILE may be appended to the previously listed environment variables, causing the initialization script to load the values for those variables from files present in the container. In particular, this can be used to load passwords from Docker secrets stored in /run/secrets/ files. For example: + ```yaml version: '3.2'