invoiceninja / dockerfiles

Docker files for Invoice Ninja
https://hub.docker.com/r/invoiceninja/invoiceninja
GNU General Public License v2.0
399 stars 262 forks source link

[BUGFIX] Error building the mysql backup build #453

Closed Psycho0verload closed 2 years ago

Psycho0verload commented 2 years ago

Bugfix for #452 Change MYSQL5 to MYSQL5-Debian so that build works for the backup cronjob. I have implemented this in a running system and the migration worked without problems

Psycho0verload commented 2 years ago

Add Fix for #454

turbo124 commented 2 years ago

Thanks!

almereyda commented 2 years ago

For the fix for #454, I'd suggest not to use quotes around the asterisk, if not necessary. Docker Compose will interpret them literally, when read from an env file. Also see https://docs.docker.com/compose/compose-file/#env_file-format

maejok-xx commented 1 year ago

Was there ever a solution for this? It's still an issue almost a year later.

It looks like from previous comments the mysql:5-debian image is not compatible...is that correct?