From 99a56129bda0227555349fa3ad93a2eeb066eba7 Mon Sep 17 00:00:00 2001 From: "stephane.david" Date: Sun, 9 Feb 2025 09:36:22 +0100 Subject: [PATCH] Correction of resource entry --- docker-compose.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 3dd43b2..5742f7b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -26,10 +26,11 @@ services: image: ghcr.io/alexta69/metube healthcheck: test: curl -f http://localhost:8081/ || exit 1 - resources: - limits: - memory: 6g - cpu_shares: 768 + deploy: + resources: + limits: + memory: 6g + cpus: '0.76' network_mode: service:vpn depends_on: - vpn