Solved typo

This commit is contained in:
Kevin Veen-Birkenbach 2024-05-26 22:57:52 +02:00
parent 27b2238167
commit 0c5491de9f
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# This template needs to be included in docker-compose.yml contaienrs, which depend on a database, redis and optional additional volumes
# This template needs to be included in docker-compose.yml containers, which depend on a database, redis and optional additional volumes
depends_on:
{% if not enable_central_database | bool %}
database:

View File

@ -1,4 +1,4 @@
# This template needs to be included in docker-compose.yml contaienrs, which just depend on a database
# This template needs to be included in docker-compose.yml containers, which just depend on a database
{% if not enable_central_database | bool %}
depends_on:
database: