Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 559 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 559 Bytes

MariaDB Docker Compose

About

This repository contains a Docker Compose boilerplate code for setting up a MariaDB container.

Structure

  • 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.

Usage

To use this Docker Compose setup, ensure you have Docker installed and then run:

docker-compose up