1
0
mirror of https://github.com/chylex/Apache-Prometheus-Exporter.git synced 2025-04-10 20:15:45 +02:00

Use SIGINT stop signal in Docker Compose example

This commit is contained in:
chylex 2023-09-30 23:19:38 +02:00
parent 383a187358
commit 7def8921b0
Signed by: chylex
GPG Key ID: 4DE42C8F19A80548

View File

@ -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: