Add unbound to the build directive

master
Tim Möhlmann 6 years ago
parent ada09f7922
commit 013d02d726
No known key found for this signature in database
GPG Key ID: AFABC30066A39335

@ -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

Loading…
Cancel
Save