Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/includes/nap-waf/bundles-volume-mount.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ For instance:

```nginx
app_protect_policy_file /bundles/custom_policy.tgz;
app_protect_security_log /bundles/custom_logging_profile.tgz syslog:server=localhost:5514;
app_protect_security_log /bundles/custom_logging_profile.tgz syslog:server=localhost:514;
```
13 changes: 13 additions & 0 deletions content/nap-waf/v5/admin-guide/deploy-on-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,19 @@ http {

{{< include "nap-waf/setup-docker-registry.md" >}}

### List all tags

For a complete tag list for NGINX App Protect WAF enforcer and NGINX App Protect WAF configuration manager, use the following commands:

```shell
curl https://private-registry.nginx.com/v2/nap/waf-enforcer/tags/list --key <nginx-repo.key> --cert <nginx-repo.crt> | jq
```

```shell
curl https://private-registry.nginx.com/v2/nap/waf-config-mgr/tags/list --key <nginx-repo.key> --cert <nginx-repo.crt> | jq
```


### Docker Compose File

Create a `docker-compose.yml` with the following configuration: Replace `<version-tag>` with the actual release version you are deploying.
Expand Down
Loading