2
0
Fork 0
mirror of https://github.com/friendica/docker synced 2024-05-24 01:34:58 +02:00

Fix Automatic installation README

This commit is contained in:
Philipp Holzer 2021-03-28 00:07:34 +01:00
parent 83dafd7642
commit d9dbbf3c2b
No known key found for this signature in database
GPG key ID: 9A28B7D4FF5667BD

View file

@ -156,6 +156,7 @@ The Friendica image supports auto configuration via environment variables.
You can preconfigure everything that is asked on the install page on first run.
To enable the automatic installation, you have to the following environment variables:
- `FRIENDICA_URL` The Friendica URL.
- `FRIENDICA_ADMIN_MAIL` E-Mail address of the administrator.
- `MYSQL_USER` Username for the database user using mysql / mariadb.
- `MYSQL_PASSWORD` Password for the database user using mysql / mariadb.