mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Removed deprecated depends_on attribut
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user