From c534048e97aaae60ad5b7d9aaeb28fd812614052 Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Fri, 31 May 2024 12:58:04 +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. --- docker-compose.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 536de6f..7a6685b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -136,7 +136,6 @@ services: kc_postgresql: image: postgres:14.3 - platform: linux/amd64 ports: - "5433:5432" env_file: