fix: simplify service dependency declaration for mariadb and memcached
This commit is contained in:
+2
-4
@@ -147,10 +147,8 @@ services:
|
||||
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
mariadb:
|
||||
condition: service_healthy
|
||||
memcached:
|
||||
condition: service_healthy
|
||||
- mariadb
|
||||
- memcached
|
||||
|
||||
# backups:
|
||||
# image: ${SEAFILE_MARIADB_IMAGE_TAG}
|
||||
|
||||
Reference in New Issue
Block a user