Skip to content

Commit eebc15c

Browse files
committed
Fix: Change platform from amd64 to arm64 for seccomp kernel compatibility
1 parent ac3a30e commit eebc15c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ services:
144144

145145
elasticsearch:
146146
image: docker.elastic.co/elasticsearch/elasticsearch:8.18.2
147-
platform: linux/amd64
147+
platform: linux/arm64
148148
environment:
149149
discovery.type: single-node
150150
cluster.routing.allocation.disk.threshold_enabled: "true"

0 commit comments

Comments
 (0)