fix: simplify service dependency definitions for mariadb and memcached
This commit is contained in:
+2
-4
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user