You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Docker database volume should persist after running docker-compose down such that next time I run docker-compose up, I still have the data that was previously in the database.
Implementation
Change docker-compose.yml to setup a volume for Postgres data.
The text was updated successfully, but these errors were encountered:
This is a:
Enhancement
Description
Docker database volume should persist after running
docker-compose down
such that next time I rundocker-compose up
, I still have the data that was previously in the database.Implementation
Change
docker-compose.yml
to setup a volume for Postgres data.The text was updated successfully, but these errors were encountered: