Removed deprecated depends_on attribut

This commit is contained in:
2024-01-02 11:28:02 +01:00
parent ab11095ec8
commit 5d91bc039f
3 changed files with 3 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ services:
JOOMLA_DB_NAME: "{{database_databasename}}"
restart: always
{% if not ( enable_central_database | lower | bool ) %}
links:
depends_on:
- database
{% endif %}
volumes: