Merge "Use sigint instead of sighup to stop gerrit"

This commit is contained in:
Zuul 2025-04-21 20:24:34 +00:00 committed by Gerrit Code Review
commit 907d4c596d

View File

@ -25,7 +25,7 @@ services:
command: ["/wait-for-it.sh", "127.0.0.1:3306", "--", "/run-gerrit.sh"]
network_mode: host
user: gerrit
stop_signal: SIGHUP
stop_signal: SIGINT
stop_grace_period: 5m
volumes:
{% for volume in gerrit_container_volumes %}