Add unbound to the build directive

This commit is contained in:
Tim Möhlmann
2018-10-09 14:11:59 +03:00
parent ada09f7922
commit 013d02d726

View File

@@ -6,6 +6,10 @@ services:
image: $DOCKER_ORG/nginx:$VERSION
build: ../core/nginx
unbound:
image: $DOCKER_ORG/unbound:$VERSION
build: ../core/unbound
imap:
image: $DOCKER_ORG/dovecot:$VERSION
build: ../core/dovecot