mirror of
https://github.com/zokradonh/kopano-docker
synced 2025-06-08 00:16:22 +00:00
add hint about dns to compose example
https://github.com/zokradonh/kopano-docker/issues/52 Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
parent
cfd3ce09b6
commit
a52a4b9eaa
@ -22,7 +22,6 @@ services:
|
|||||||
- web
|
- web
|
||||||
|
|
||||||
ldap:
|
ldap:
|
||||||
#build: ldap-demo/
|
|
||||||
image: ${docker_repo:?err}/kopano_ldap_demo
|
image: ${docker_repo:?err}/kopano_ldap_demo
|
||||||
container_name: ldap
|
container_name: ldap
|
||||||
ports:
|
ports:
|
||||||
@ -104,6 +103,9 @@ services:
|
|||||||
- REPORT_RECIPIENT=1
|
- REPORT_RECIPIENT=1
|
||||||
networks:
|
networks:
|
||||||
- kopanonet
|
- kopanonet
|
||||||
|
#dns: 1.1.1.1 # using Google DNS can lead to lookup errors uncomment this option and
|
||||||
|
# set to the ip of a trusted dns service (Cloudflare is given as an example).
|
||||||
|
# See https://github.com/zokradonh/kopano-docker/issues/52 for more information.
|
||||||
cap_add:
|
cap_add:
|
||||||
- NET_ADMIN
|
- NET_ADMIN
|
||||||
- SYS_PTRACE
|
- SYS_PTRACE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user