mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 10:56:23 +00:00
8 lines
165 B
Bash
8 lines
165 B
Bash
VOL_PATH=/data
|
|
|
|
# SuiteCRM
|
|
SUITECRM_IMAGE=bitnami/suitecrm:latest
|
|
SUITECRM_DB_PASSWORD=ThisPasswordNeedsToChange
|
|
SUITECRM_USER=suiteuser
|
|
SUITECRM_PASS=sweetpassword
|