mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-23 16:36:00 +00:00
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