Skip to content

Commit 542515d

Browse files
committed
feat: Add missing instance
1 parent 1bb9033 commit 542515d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/nap-waf/v5/admin-guide/compiler.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ curl -s https://private-registry.nginx.com/v2/nap/waf-compiler/tags/list --key <
9898
Run the command below to build your image, where `waf-compiler-<version-tag>:custom` is an example of the image tag:
9999

100100
```shell
101-
sudo docker build --no-cache \
101+
sudo docker build --no-cache --platform linux/amd64 \
102102
--secret id=nginx-crt,src=nginx-repo.crt \
103103
--secret id=nginx-key,src=nginx-repo.key \
104104
-t waf-compiler-<version-tag>:custom .

0 commit comments

Comments
 (0)