1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-08-10 22:31:47 +02:00

Added network if postgresql used

This commit is contained in:
Ionut Filip
2018-11-29 16:59:18 +02:00
parent ec93217eeb
commit 92bdc6e0a3
2 changed files with 2 additions and 2 deletions

View File

@@ -157,7 +157,7 @@ services:
- imap
{% endif %}
{% if resolver_enabled %}
{% if resolver_enabled or db_flavor == 'postgresql' %}
networks:
default:
driver: bridge

View File

@@ -160,7 +160,7 @@ REAL_IP_FROM={{ real_ip_from }}
REJECT_UNLISTED_RECIPIENT={{ reject_unlisted_recipient }}
###################################
# Advanced settings
# Database settings
###################################
DB_FLAVOR={{ db_flavor }}
{% if postgresql == 'external' %}