1
0
mirror of https://github.com/chylex/Apache-Prometheus-Exporter.git synced 2025-08-15 02:17:06 +02:00

Use SIGINT stop signal in Docker Compose example

This commit is contained in:
2023-09-30 23:19:38 +02:00
parent 383a187358
commit 7def8921b0

@@ -46,6 +46,7 @@ services:
HTTP_HOST: "0.0.0.0"
ACCESS_LOG_FILE_PATTERN: "/logs/*.access.log"
ERROR_LOG_FILE_PATTERN: "/logs/*.error.log"
stop_signal: SIGINT
restart: "always"
volumes: