Removed network formatation bug

This commit is contained in:
2024-01-04 09:47:14 +01:00
parent d4d18d4d32
commit be2848b01f
2 changed files with 3 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
# This template needs to be included in docker-compose.yml containers
networks:
- {{docker_compose_project_name}}_network
{{docker_compose_project_name}}_network:
{% if enable_central_database | bool %}
- central_{{ database_type }}_network
central_{{ database_type }}_network:
{% endif %}