Update entrypoint.sh
Browse files- entrypoint.sh +1 -1
entrypoint.sh
CHANGED
@@ -7,4 +7,4 @@ prometheus --config.file=/etc/prometheus/prometheus.yml \
|
|
7 |
--storage.tsdb.path=/prometheus \
|
8 |
--web.listen-address=":9090" &
|
9 |
|
10 |
-
exec nginx -g "daemon off;"
|
|
|
7 |
--storage.tsdb.path=/prometheus \
|
8 |
--web.listen-address=":9090" &
|
9 |
|
10 |
+
exec nginx -g "daemon off;" -e /dev/null
|