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