From 8fc754abf39d2358970c8de7b2de3858e7a930f3 Mon Sep 17 00:00:00 2001 From: furyhawk Date: Sun, 29 Jun 2025 20:30:36 +0800 Subject: [PATCH] fix: simplify service dependency conditions for mariadb in seafile.yml --- swarm/seafile.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/swarm/seafile.yml b/swarm/seafile.yml index e01af00..662f57e 100644 --- a/swarm/seafile.yml +++ b/swarm/seafile.yml @@ -137,10 +137,7 @@ services: restart: unless-stopped depends_on: - mariadb: - condition: service_healthy - traefik: - condition: service_healthy + - mariadb backups: image: ${SEAFILE_MARIADB_IMAGE_TAG} @@ -174,5 +171,4 @@ services: - seafile-network restart: unless-stopped depends_on: - mariadb: - condition: service_healthy \ No newline at end of file + - mariadb \ No newline at end of file