fix markup
This commit is contained in:
parent
dafba40316
commit
c68db791f6
|
|
@ -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_DATABASE` Name of the database using mysql / mariadb.
|
||||||
- `MYSQL_HOST` Hostname of the database server using mysql / mariadb.
|
- `MYSQL_HOST` Hostname of the database server using mysql / mariadb.
|
||||||
|
|
||||||
|
|
||||||
# Docker Secrets
|
# 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/<secret_name> files. For example:
|
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/<secret_name> files. For example:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
version: '3.2'
|
version: '3.2'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue