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:
parent
da37555a3c
commit
6c12e2fffb
setup/flavors/compose
@ -32,6 +32,7 @@ services:
|
||||
{% if resolver_enabled %}
|
||||
resolver:
|
||||
image: mailu/unbound:{{ version }}
|
||||
env_file: {{ env }}
|
||||
restart: always
|
||||
networks:
|
||||
default:
|
||||
|
@ -26,7 +26,7 @@ SECRET_KEY={{ secret(16) }}
|
||||
# PUBLIC_IPV6= {{ bind6 }} (default: ::1)
|
||||
|
||||
# Subnet
|
||||
# SUBNET={{ subnet }}
|
||||
SUBNET={{ subnet }}
|
||||
|
||||
# Main mail domain
|
||||
DOMAIN={{ domain }}
|
||||
|
Loading…
Reference in New Issue
Block a user