Closed colega closed 3 months ago
Fixed: looks like there was a volume containing Postgres data from a previous run, so Postgres didn't create the new database after updating git repository.
I listed the volumes (docker volume ls
) and removed the ones for this docker-compse, especially pg_data
.
I tried running
docker compose -f full-stack.yml up
on Apple Silicon Mac with Docker for Desktop.It consistently fails as:
Looks like PostgreSQL is not provisioned properly. Should that happen on start?