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