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:
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:
|
||||
|
Loading…
Reference in New Issue
Block a user