mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
Add stop grace period (#1896)
This commit is contained in:
parent
4da91b8423
commit
004825edfc
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue