Graylog2 / Graylog2/docker-compose
Persistent storage using the default settings doesn't survive 'docker compose down'
Open
triaged
- Dominant language
- Shell
- Stars
- 592
- Forks
- 160
- PR merge metrics
- No merged PRs in 30d
Description
I was trying to track down why my stream ID's were changing.
The provided docker compose files attempt persistent storage by using volumes (top level), and mounting graylog files within.
The volumes however are not persistent and are remade after a docker compose down and up.
Contributor guide
Assessment
This issue has not been assessed yet.