mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-22 16:06:51 +00:00
fix: remove healthcheck and restart policy from memcached service
This commit is contained in:
@@ -58,13 +58,6 @@ services:
|
|||||||
entrypoint: memcached -m 256
|
entrypoint: memcached -m 256
|
||||||
networks:
|
networks:
|
||||||
- seafile-network
|
- seafile-network
|
||||||
healthcheck:
|
|
||||||
test: ["CMD", "nc", "-z", "localhost", "11211"]
|
|
||||||
interval: 30s
|
|
||||||
timeout: 5s
|
|
||||||
retries: 3
|
|
||||||
start_period: 30s
|
|
||||||
restart: unless-stopped
|
|
||||||
|
|
||||||
seafile:
|
seafile:
|
||||||
image: ${SEAFILE_IMAGE:-seafileltd/seafile-mc:12.0-latest}
|
image: ${SEAFILE_IMAGE:-seafileltd/seafile-mc:12.0-latest}
|
||||||
|
|||||||
Reference in New Issue
Block a user