Graylog2 / docker-compose

A set of Docker Compose files that allow you to quickly spin up a Graylog instance for testing or demo purposes.
Apache License 2.0
357 stars 134 forks source link

Update docker-compose.yml with `hostname` #52

Closed bdruth closed 5 months ago

bdruth commented 5 months ago

Without the hostname for the datanode: service, if that container is re-created, the unique container name that docker generates will invalidate the SSL certificate that was generated using the Graylog Preflight UI, making it practically impossible to recover from, as you can't re-trigger the Preflight UI, seemingly, as the Graylog UI on :9000 fails to start in this situation.

Notes for Reviewers

CLAassistant commented 5 months ago

CLA assistant check
All committers have signed the CLA.

janheise commented 5 months ago

HI @bdruth, thank you for the PR! I'd like to ask you for small changes. Would you enclose the hostname with "? And if you like, you could also add the same addition to the enterprise file, too?

bdruth commented 5 months ago

Addressed your PR comments @janheise. Thank you for your consideration.

janheise commented 5 months ago

Thank you for contributing!