Nginx-Rift/env/docker-compose.yml
Juan David Rueda Quiroga d204cb4634
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.
2026-05-21 12:29:14 -05:00

13 lines
218 B
YAML

services:
nginx:
build: .
platform: linux/amd64
cap_add:
- SYS_PTRACE
security_opt:
- seccomp=unconfined
init: true
ports:
- "19321:19321"
tty: true
stdin_open: true