Docker compose - MariaDB -- EN
You know when you need to spin up a database to run an API or some project locally, but you don't want to waste time installing and configuring everything on your machine? The other day, I had to do exactly that. I had a bit of trouble until I got it working, so I decided to share it here — maybe it'll save you almost an hour trying to find an error caused by wrong environment variables

You know when you need to spin up a database to run an API or some project locally, but you don't want to waste time installing and configuring everything on your machine?
The other day, I had to do exactly that. I had a bit of trouble until I got it working, so I decided to share it here — maybe it'll save you almost an hour trying to find an error caused by wrong environment variables