From 70a7faf139da6202402d046934f194b2cdd33137 Mon Sep 17 00:00:00 2001 From: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com> Date: Tue, 27 May 2025 16:15:00 +0530 Subject: [PATCH] fix(service): Neon WS Proxy service not working on ARM64 (#5887) --- templates/compose/neon-ws-proxy.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/compose/neon-ws-proxy.yaml b/templates/compose/neon-ws-proxy.yaml index 60d64983f..cd1f13b3f 100644 --- a/templates/compose/neon-ws-proxy.yaml +++ b/templates/compose/neon-ws-proxy.yaml @@ -27,7 +27,6 @@ services: postgres: image: 'postgres:17-alpine' - platform: linux/amd64 volumes: - 'postgresql-data:/var/lib/postgresql/data' environment: