Skip to content

Conversation

@matthijskooijman
Copy link

These directories were marked as volumes in their dockerfile, but nothing was explicitly mounted on them. This makes docker create an unnamed volume and mount that when the container is created, which means that on every down/up cycle, it would leave two unnamed volumes lingering around.

Explicitly mounting these data directories prevents this.

These directories were marked as volumes in their dockerfile, but
nothing was explicitly mounted on them. This makes docker create an
unnamed volume and mount that when the container is created, which means
that on every down/up cycle, it would leave two unnamed volumes
lingering around.

Explicitly mounting these data directories prevents this.
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

Successfully merging this pull request may close these issues.

1 participant