hcengineering / hcengineering/huly-selfhost
a new anonymous docker volume is created at each "docker compose up"
- Dominant language
- Shell
- Stars
- 3.5k
- Forks
- 469
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.