Closed smulvih2 closed 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.
make docker_stop
make docker_start
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.
/data
With the 9.4.x-postgres branch, when I run
make docker_stop
and thenmake 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.