fix: remove healthcheck and restart policy from memcached service

This commit is contained in:
2025-06-30 20:45:31 +08:00
parent f10011b208
commit 51aed951fe
-7
View File
@@ -58,13 +58,6 @@ services:
entrypoint: memcached -m 256
networks:
- seafile-network
healthcheck:
test: ["CMD", "nc", "-z", "localhost", "11211"]
interval: 30s
timeout: 5s
retries: 3
start_period: 30s
restart: unless-stopped
seafile:
image: ${SEAFILE_IMAGE:-seafileltd/seafile-mc:12.0-latest}