Podman requires SYS_CHROOT for postfix and dovecot

This commit is contained in:
Roy Lenferink 2023-02-24 14:00:29 +01:00
parent 482854f7fa
commit f92c4ac05f
1 changed files with 8 additions and 0 deletions

View File

@ -14,6 +14,14 @@ version: '3.9'
services: services:
dovecot-mailcow:
cap_add:
- SYS_CHROOT
postfix-mailcow:
cap_add:
- SYS_CHROOT
dockerapi-mailcow: dockerapi-mailcow:
volumes: volumes:
- ${MAILCOW_CONTAINER_SOCKET}:/var/run/docker.sock:ro - ${MAILCOW_CONTAINER_SOCKET}:/var/run/docker.sock:ro