mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 10:56:23 +00:00
12 lines
237 B
Bash
12 lines
237 B
Bash
# Compose
|
|
VOL_PATH=/data
|
|
MARIADB_IMAGE=mariadb:latest
|
|
MARIADB_RESTART=unless-stopped
|
|
MARIADB_PORT=3306
|
|
|
|
# MariaDB
|
|
MARIADB_DATABASE=mydb
|
|
MARIADB_USER=dbuser
|
|
MARIADB_PASSWORD=AlsoChangeThisPassword
|
|
MARIADB_ROOT_PASSWORD=ChangeThisPassword
|