Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

a new anonymous docker volume is created at each "docker compose up" #103

Open
etranger7 opened this issue Nov 26, 2024 · 0 comments
Open

Comments

@etranger7
Copy link

etranger7 commented Nov 26, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant