Islandora-Devops / isle-dc

ISLE 8 - Dockerized Islandora 8 Deployment orchestrated with docker-compose
MIT License
23 stars 60 forks source link

Setting IP as host causes issues mariadb #97

Open DonRichards opened 4 years ago

DonRichards commented 4 years ago

If you don't know to change docker-compose.drupal.mariadb.yml this will bite you. There is no documentation pointing out this file needs to be change but is needed if assigning an IP or domain.

mariadb-${COMPOSE_PROJECT_NAME-isle-dc}.${DRUPAL_SITE_HOST-traefik.me}

mariadb-${COMPOSE_PROJECT_NAME-isle-dc}-${DRUPAL_SITE_HOST-traefik.me}
---------------------------------------^
dannylamb commented 4 years ago

Nice, thanks @DonRichards. We just merged that stuff in and your eagle eye found the documentation hole.

Sorry for the inconvenience.