From 92102e4a366d37a6c77161d8985dba00eb23aa38 Mon Sep 17 00:00:00 2001 From: Anthony LC Date: Thu, 5 Sep 2024 11:55:19 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7(compose)=20stop=20forcing=20platfo?= =?UTF-8?q?rm=20for=20Keycloak=20PostgreSQL=20image?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Forcing `platform: linux/amd64` for the PostgreSQL image causes compatibility issues and performance degradation on Mac ARM chips (M1/M2). Removing the platform specification allows Docker to select the appropriate architecture automatically, ensuring better performance and compatibility. --- CHANGELOG.md | 1 + docker-compose.yml | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 085bc963..b087dad0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ and this project adheres to - 🐛 Fix emoticon in pdf export #225 - 🐛 Fix collaboration on document #226 +- 🐛 (docker) Fix compatibility with mac #230 ## Removed diff --git a/docker-compose.yml b/docker-compose.yml index 899bbc24..7a1ee916 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -172,7 +172,6 @@ services: kc_postgresql: image: postgres:14.3 - platform: linux/amd64 ports: - "5433:5432" env_file: