Solved default network bug

This commit is contained in:
2024-01-05 21:05:52 +01:00
parent d6fe811498
commit fdfe9dee78
2 changed files with 1 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
# This template needs to be included in docker-compose.yml containers
networks:
default:
{% if enable_central_database | bool %}
central_{{ database_type }}:
{% endif %}
default:
{{ "\n" }}