Official MariaDB Image
Directory Structure
- .env
- docker-compose.yml
docker-compose.yml
version: '3.1'
services:
db:
image: mariadb
restart: always
environment:
MARIADB_ROOT_PASSWORD: example
# (this is just an example, not intended to be a production configuration)Resources
GitHub: https://github.com/MariaDB/mariadb-docker
Docker Hub: https://hub.docker.com/_/mariadb
Configuration: See the Docker Hub page