You've already forked Mailu
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:
@@ -157,7 +157,7 @@ services:
|
||||
- imap
|
||||
{% endif %}
|
||||
|
||||
{% if resolver_enabled %}
|
||||
{% if resolver_enabled or db_flavor == 'postgresql' %}
|
||||
networks:
|
||||
default:
|
||||
driver: bridge
|
||||
|
@@ -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' %}
|
||||
|
Reference in New Issue
Block a user