From d204cb4634861e05ab4c450de2a142ddf1a945f3 Mon Sep 17 00:00:00 2001 From: Juan David Rueda Quiroga Date: Thu, 21 May 2026 12:29:14 -0500 Subject: [PATCH] Add platform specification for nginx service This specification outlines the process of enabling Docker emulation on ARM architecture, with testing conducted on Apple Silicon M5 device. --- env/docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/env/docker-compose.yml b/env/docker-compose.yml index 6f7a53a..b00dd6d 100644 --- a/env/docker-compose.yml +++ b/env/docker-compose.yml @@ -1,6 +1,7 @@ services: nginx: build: . + platform: linux/amd64 cap_add: - SYS_PTRACE security_opt: