From c68db791f65f0ddf58611fc7c481f9d7ebf27b22 Mon Sep 17 00:00:00 2001 From: Philipp Date: Mon, 7 Sep 2020 19:47:42 +0200 Subject: [PATCH] fix markup --- friendica/content.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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'