Skip to content

Commit 92102e4

Browse files
committed
🔧(compose) stop forcing platform for Keycloak PostgreSQL image
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.
1 parent dd1b271 commit 92102e4

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ and this project adheres to
2424

2525
- 🐛 Fix emoticon in pdf export #225
2626
- 🐛 Fix collaboration on document #226
27+
- 🐛 (docker) Fix compatibility with mac #230
2728

2829
## Removed
2930

docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@ services:
172172

173173
kc_postgresql:
174174
image: postgres:14.3
175-
platform: linux/amd64
176175
ports:
177176
- "5433:5432"
178177
env_file:

0 commit comments

Comments
 (0)