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
While testing some changes to the stock docker compose file, and doing a few rounds of docker compose down and ups, I noticed that a bunch of anonymous docker volumes.
While testing some changes to the stock docker compose file, and doing a few rounds of docker compose down and ups, I noticed that a bunch of anonymous docker volumes.
Turns out this is the culprit
https://stackoverflow.com/questions/55058533/docker-compose-generates-anonymous-volume-rather-then-existing-named-volume
To prevent this from happening, we need to add a
- db-config:/data/configdb
line in each of the docker-compose.yaml templates.
I'll create a pull request when I get a chance but wanted to document this here and see if anyone would beat me to it.
The text was updated successfully, but these errors were encountered: