diff --git a/swarm/seafile.yml b/swarm/seafile.yml index d8faee1..3e35104 100644 --- a/swarm/seafile.yml +++ b/swarm/seafile.yml @@ -172,10 +172,8 @@ services: restart: unless-stopped depends_on: - mariadb: - condition: service_healthy - memcached: - condition: service_started + - mariadb + - memcached # backups: # image: ${SEAFILE_DB_IMAGE:-mariadb:10.11}