This repository contains a Docker Compose boilerplate code for setting up a MariaDB container.
database
: Contains initial commit files for database setup.docker
: Includes Docker-related files from the initial commit..env
: A file for environment variables.README.md
: The file you're currently reading.docker-compose.yml
: Docker Compose file with the initial setup.
To use this Docker Compose setup, ensure you have Docker installed and then run:
docker-compose up