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

@@ -30,8 +30,6 @@ services:
{% if not ( enable_central_database | lower | bool ) %}
depends_on:
- database
links:
- database
{% include 'templates/docker-mariadb-service.yml.j2' %}
{% endif %}
@@ -43,4 +41,4 @@ volumes:
networks:
default:
driver: bridge
driver: bridge