results-db is up-to-date
Starting db cnlts_main-db_1 ...
Starting db cnlts_main-db_1 ... done
ERROR: for cnlts-db-flyway Container "0ab31508826c" is unhealthy.
ERROR: Encountered errors while bringing up the project.
After running docker logs "0ab31508826c" to see what was going on in the container, I noticed this:
initdb: could not create directory "/var/lib/postgresql/data/pg_xlog": No space left on device
So went to the docker preferences page using the docker GUI to try to find the memory allocation in the disk settings
The path to that file was written in the gui. I just had to go to that directory and delete it.
rm /Users/<username>/Library/Containers/com.docker.docker/Data/vms/0/Docker.raw
No comments:
Post a Comment