Fix unbound build path

This commit is contained in:
Tim Möhlmann
2018-10-23 16:09:59 +03:00
parent da37555a3c
commit 12d8872a09

View File

@@ -8,7 +8,7 @@ services:
resolver:
image: ${DOCKER_ORG:-mailu}/unbound:${VERSION:-local}
build: ../core/unbound
build: ../services/unbound
imap:
image: ${DOCKER_ORG:-mailu}/dovecot:${VERSION:-local}