mirror of
https://github.com/chylex/Apache-Prometheus-Exporter.git
synced 2025-05-01 00:34:06 +02:00
Use SIGINT stop signal in Docker Compose example
This commit is contained in:
parent
383a187358
commit
7def8921b0
@ -46,6 +46,7 @@ services:
|
|||||||
HTTP_HOST: "0.0.0.0"
|
HTTP_HOST: "0.0.0.0"
|
||||||
ACCESS_LOG_FILE_PATTERN: "/logs/*.access.log"
|
ACCESS_LOG_FILE_PATTERN: "/logs/*.access.log"
|
||||||
ERROR_LOG_FILE_PATTERN: "/logs/*.error.log"
|
ERROR_LOG_FILE_PATTERN: "/logs/*.error.log"
|
||||||
|
stop_signal: SIGINT
|
||||||
restart: "always"
|
restart: "always"
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
|
Loading…
Reference in New Issue
Block a user