From d7ed9c8212670e72ee502ce9c07a76437465fed7 Mon Sep 17 00:00:00 2001 From: Bryant Date: Tue, 30 Jan 2024 17:25:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20docker-compose.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index c9218fa..ad93b83 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -76,7 +76,7 @@ services: swarmpit-agent: image: swarmpit/agent:latest environment: - - DOCKER_API_VERSION=1.35 + - DOCKER_API_VERSION=1.43 volumes: - /var/run/docker.sock:/var/run/docker.sock:ro networks: @@ -88,7 +88,7 @@ services: cpus: '0.10' memory: 64M reservations: - cpus: '0.03' + cpus: '0.05' memory: 32M # networks: