I would like to make sure that the Postgres container is storing all
of its data in a volume on the host, since obviously we want to make
sure that all the data is held persistently on the disk should Docker
stop (whether it crashes or we stop it manually). Can you look into how
to do this as well?
I would like to make sure that the Postgres container is storing all of its data in a volume on the host, since obviously we want to make sure that all the data is held persistently on the disk should Docker stop (whether it crashes or we stop it manually). Can you look into how to do this as well?