Database is not created on docker compose up -d – Ubuntu
I'm following the docs of mariadb. It says that the db should be created if it find a .sql in /docker-entrypoint-initdb.d. I'm working on a Ubuntu Server in a Oracle Virtual BOX VM. My docker-compose.yml looks like this: version: "3.9"…