You've already forked postgres_exporter
mirror of
https://github.com/prometheus-community/postgres_exporter.git
synced 2025-08-16 23:41:57 +03:00
Tests passing for PostgreSQL 9.1. Set semantic version in filename.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM postgres:9.2
|
||||
FROM postgres:9.1
|
||||
MAINTAINER Daniel Dent (https://www.danieldent.com)
|
||||
ENV PG_MAX_WAL_SENDERS 8
|
||||
ENV PG_WAL_KEEP_SEGMENTS 8
|
||||
|
@@ -131,6 +131,9 @@ if [ "$1" = 'postgres' ]; then
|
||||
echo
|
||||
fi
|
||||
|
||||
# We need this health check so we know when it's started up.
|
||||
touch /tmp/.postgres_init_complete
|
||||
|
||||
exec gosu postgres "$@"
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user