mirror of
https://github.com/Mailu/Mailu.git
synced 2025-06-02 23:17:26 +02:00
Fixed subnet variable in unbound
This commit is contained in:
parent
da37555a3c
commit
6c12e2fffb
@ -32,6 +32,7 @@ services:
|
|||||||
{% if resolver_enabled %}
|
{% if resolver_enabled %}
|
||||||
resolver:
|
resolver:
|
||||||
image: mailu/unbound:{{ version }}
|
image: mailu/unbound:{{ version }}
|
||||||
|
env_file: {{ env }}
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
default:
|
default:
|
||||||
|
@ -26,7 +26,7 @@ SECRET_KEY={{ secret(16) }}
|
|||||||
# PUBLIC_IPV6= {{ bind6 }} (default: ::1)
|
# PUBLIC_IPV6= {{ bind6 }} (default: ::1)
|
||||||
|
|
||||||
# Subnet
|
# Subnet
|
||||||
# SUBNET={{ subnet }}
|
SUBNET={{ subnet }}
|
||||||
|
|
||||||
# Main mail domain
|
# Main mail domain
|
||||||
DOMAIN={{ domain }}
|
DOMAIN={{ domain }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user