mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
added mealie
This commit is contained in:
+2
-1
@@ -1,6 +1,7 @@
|
||||
# Mariadb
|
||||
# MariaDB
|
||||
|
||||
Dockerhub: https://hub.docker.com/_/mariadb
|
||||
Project: https://mariadb.org/
|
||||
Proxy Port: 3306
|
||||
|
||||
It will be quite uncommon to just use this compose file, it's likely you are extending this from another project.
|
||||
|
||||
+2
-2
@@ -1,9 +1,9 @@
|
||||
COOKBOOK=/git/docker-compose-cookbooks #HELP: cookbooks
|
||||
VOL_PATH=./data/ #HELP: volpath
|
||||
# mariadb
|
||||
|
||||
# MariaDB
|
||||
MARIADB_IMAGE=mariadb:latest
|
||||
MARIADB_MARIADB_DATABASE=mydb
|
||||
MARIADB_MARIADB_PASSWORD=AlsoChangeThisPassword #HELP: gen32
|
||||
MARIADB_MARIADB_ROOT_PASSWORD=ChangeThisPassword #HELP: gen32
|
||||
MARIADB_MARIADB_USER=dbuser
|
||||
|
||||
|
||||
Reference in New Issue
Block a user