1
1
Fork 0
mirror of https://github.com/docker-mailserver/docker-mailserver synced 2024-06-01 23:06:05 +02:00

Add stop grace period (#1896)

This commit is contained in:
Casper 2021-04-11 14:51:43 +02:00 committed by GitHub
parent 4da91b8423
commit 004825edfc
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,7 @@ services:
- /etc/localtime:/etc/localtime:ro
- ./config/:/tmp/docker-mailserver/${SELINUX_LABEL}
restart: always
stop_grace_period: 1m
cap_add: [ "NET_ADMIN", "SYS_PTRACE" ]
volumes: