-
Notifications
You must be signed in to change notification settings - Fork 162
Persistent storage using the default settings doesn't survive 'docker compose down' #34
Open
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.