friendica / docker

Docker image for Friendica
https://friendi.ca
GNU Affero General Public License v3.0
44 stars 18 forks source link

db.env variables are incorrect #216

Closed jstevewhite closed 5 months ago

jstevewhite commented 1 year ago

The docker-compose.yaml specified mariadb as the image and does not specify a version; this results in "latest" being pulled, and the "latest" image I get does not expect "MYSQL" variables; it expects "MARIADB" variables.

This results in being unable to log into the database until you change all the "MYSQL" to "MARIADB".

Probably should manually set the image version or update the variable names?

nupplaphil commented 1 year ago

@jstevewhite sorry for the late response.

Are you sure that this isn't working?

Even the official doku uses MYSQL_ as "fallback" or "second" parameter: https://hub.docker.com/_/mariadb

And I, for myself are using MYSQL_ as well ..

nupplaphil commented 5 months ago

closing because one year no response :)

@jstevewhite feel free to reopen it in case you want to :)