mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-11-14 09:06:32 +00:00
Solved typo
This commit is contained in:
@@ -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:
|
depends_on:
|
||||||
{% if not enable_central_database | bool %}
|
{% if not enable_central_database | bool %}
|
||||||
database:
|
database:
|
||||||
|
|||||||
@@ -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 %}
|
{% if not enable_central_database | bool %}
|
||||||
depends_on:
|
depends_on:
|
||||||
database:
|
database:
|
||||||
|
|||||||
Reference in New Issue
Block a user