drupalwxt / docker-scaffold

Docker Scaffold for Drupal WxT
4 stars 7 forks source link

Fix persistent DB issue #21

Closed smulvih2 closed 1 year ago

smulvih2 commented 1 year ago

With the 9.4.x-postgres branch, when I run make docker_stop and then make docker_start, my previously installed site is no longer available and I'm presented with the Drupal install screen. This is due to an incorrect volume with the db container.

smulvih2 commented 1 year ago

Adding /data to the db volume fixes the issue. Now when I spin up my containers at the start of the day my site is accessible.