mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
updated template for gui db
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
COOKBOOK=/git/docker-compose-cookbooks #HELP: cookbooks
|
||||
VOL_PATH=./data/ #HELP: volpath
|
||||
TZ="America/Vancouver"
|
||||
# ===== Paths =====
|
||||
VOL_PATH=/data
|
||||
VOL_PROJECTS=/data/projects
|
||||
|
||||
# ADMINER
|
||||
# ===== Adminer =====
|
||||
ADMINER_IMAGE=adminer:latest
|
||||
ADMINER_RESTART=unless-stopped
|
||||
ADMINER_PORT=8082
|
||||
ADMINER_DEFAULT_SERVER=mariadb
|
||||
|
||||
Reference in New Issue
Block a user