From cddbc1d6ccdd869ac7e206e4feacd569a308ece6 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Sat, 22 Feb 2025 11:17:00 +0100 Subject: [PATCH] Update ubuntu.yaml --- docker/v1/compose/ubuntu.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/v1/compose/ubuntu.yaml b/docker/v1/compose/ubuntu.yaml index d6b49a65..8c306a24 100644 --- a/docker/v1/compose/ubuntu.yaml +++ b/docker/v1/compose/ubuntu.yaml @@ -10,8 +10,8 @@ services: deploy: resources: limits: - cpus: "${CPU}" - memory: "${RAM}" + cpus: "${OS_CPU}" + memory: "${OS_RAM}" volumes: - /etc/openpanel/skeleton/motd:/etc/motd:ro # SSH welcome message - /home/${CONTEXT}/mail/:/var/mail/ # Mail storage