From 8309328890628f2ea7f9938350af00aee7adac89 Mon Sep 17 00:00:00 2001 From: Derek Cooper Date: Tue, 19 May 2026 10:04:30 -0700 Subject: [PATCH] removed memory limit --- Pinchflat/docker-compose-bind.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Pinchflat/docker-compose-bind.yaml b/Pinchflat/docker-compose-bind.yaml index 64963a4..80d7f3d 100644 --- a/Pinchflat/docker-compose-bind.yaml +++ b/Pinchflat/docker-compose-bind.yaml @@ -19,8 +19,4 @@ services: test: ["CMD-SHELL", "curl --fail http://localhost:8945/healthcheck || exit 1"] interval: 30s start_period: 15s - deploy: - resources: - limits: - memory: 1G restart: unless-stopped \ No newline at end of file