Graylog2 / graylog-docker

Official Graylog Docker image
https://hub.docker.com/r/graylog/graylog/
Apache License 2.0
361 stars 133 forks source link

Allow mounting of plugins dir as a volume. #148

Closed malcyon closed 3 years ago

malcyon commented 3 years ago

Create multiple plugin directories and merge them together on startup. This allows users to mount /usr/share/graylog/plugin as a volume without overriding the default plugins. Fixes #133.

bernd commented 3 years ago

@juju2112 There is also a wait-for-it package available in Ubuntu. Is that the same? If so, we could use that instead of adding the script manually.

malcyon commented 3 years ago

@juju2112 There is also a wait-for-it package available in Ubuntu. Is that the same? If so, we could use that instead of adding the script manually.

I didn't notice the os package. That would be way better.