1
0
mirror of https://github.com/Mailu/Mailu.git synced 2024-12-14 10:53:30 +02:00

Fixed subnet variable in unbound

This commit is contained in:
Ionut Filip 2018-10-23 16:39:22 +03:00
parent da37555a3c
commit 6c12e2fffb
2 changed files with 2 additions and 1 deletions

View File

@ -32,6 +32,7 @@ services:
{% if resolver_enabled %}
resolver:
image: mailu/unbound:{{ version }}
env_file: {{ env }}
restart: always
networks:
default:

View File

@ -26,7 +26,7 @@ SECRET_KEY={{ secret(16) }}
# PUBLIC_IPV6= {{ bind6 }} (default: ::1)
# Subnet
# SUBNET={{ subnet }}
SUBNET={{ subnet }}
# Main mail domain
DOMAIN={{ domain }}