mirror of
https://github.com/DepthFirstDisclosures/Nginx-Rift.git
synced 2026-05-26 10:20:50 +00:00
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.
This commit is contained in:
parent
1a2df3957b
commit
d204cb4634
1 changed files with 1 additions and 0 deletions
1
env/docker-compose.yml
vendored
1
env/docker-compose.yml
vendored
|
|
@ -1,6 +1,7 @@
|
||||||
services:
|
services:
|
||||||
nginx:
|
nginx:
|
||||||
build: .
|
build: .
|
||||||
|
platform: linux/amd64
|
||||||
cap_add:
|
cap_add:
|
||||||
- SYS_PTRACE
|
- SYS_PTRACE
|
||||||
security_opt:
|
security_opt:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue