Add unbound to the build directive
This commit is contained in:
@@ -6,6 +6,10 @@ services:
|
|||||||
image: $DOCKER_ORG/nginx:$VERSION
|
image: $DOCKER_ORG/nginx:$VERSION
|
||||||
build: ../core/nginx
|
build: ../core/nginx
|
||||||
|
|
||||||
|
unbound:
|
||||||
|
image: $DOCKER_ORG/unbound:$VERSION
|
||||||
|
build: ../core/unbound
|
||||||
|
|
||||||
imap:
|
imap:
|
||||||
image: $DOCKER_ORG/dovecot:$VERSION
|
image: $DOCKER_ORG/dovecot:$VERSION
|
||||||
build: ../core/dovecot
|
build: ../core/dovecot
|
||||||
|
|||||||
Reference in New Issue
Block a user