From 9aae1153937f8b26a89837d1712063cbbd5dae24 Mon Sep 17 00:00:00 2001 From: Dyingbreed Date: Tue, 2 Jun 2026 17:05:56 +0200 Subject: [PATCH 1/2] Update docker-compose.yaml "The attribute 'version' is obsolete, it will be ignored, please remove it to avoid potential confusion." Eliminate unnecessary warnings. --- docker-compose.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index dbb82f2a..258f6336 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -1,4 +1,3 @@ -version: "3.7" services: mongodb_container: image: mongo:latest From 45d888ac3d7f982210afdf2fdf7a44ae9cef37d0 Mon Sep 17 00:00:00 2001 From: Dyingbreed Date: Tue, 2 Jun 2026 17:11:39 +0200 Subject: [PATCH 2/2] Fix type docker-compose.yaml fix certs_data_containter typo (should be certs_data_container) --- docker-compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 258f6336..78172e0c 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -14,7 +14,7 @@ services: image: alpine container_name: cert-generator volumes: - - certs_data_containter:/certs + - certs_data_container:/certs environment: - DOMAIN=localhost command: > @@ -32,7 +32,7 @@ services: VERSION: "${GIT_VERSION}" container_name: soarca_server volumes: - - certs_data_containter:/app/certs + - certs_data_container:/app/certs environment: PORT: 8080 ENABLE_TLS: "true"