Skip to content

Conversation

@maxenglander
Copy link
Collaborator

@maxenglander maxenglander commented Jan 8, 2026

Add inotifytools so we can restart Postgres container when configuration changes, e.g. entrypoint like this:

#!/usr/sh
(inotifywait -e modify /etc/postgres_exporter/cmd.args && kill 1) &
exec postgres_exporter $(cat /etc/postgres_exporter/cmd.args)

Signed-off-by: Max Englander <[email protected]>
@maxenglander maxenglander marked this pull request as ready for review January 8, 2026 03:38
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