From 66ef5b0cac67baecd77dee3763b3e69762d8522d Mon Sep 17 00:00:00 2001 From: rwxd Date: Fri, 9 Feb 2024 12:36:19 +0100 Subject: [PATCH] docs(readme): container link --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 86bf4da..2eb80d6 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,14 @@ Within a zone, the token can be limited to one or more records. ## Usage +### Container + +Containers are available under [Packages](https://github.com/akquinet/powerdns-api-proxy/pkgs/container/powerdns-api-proxy). + +```bash +docker run -v config:/config -e PROXY_CONFIG_PATH=/config/config.yaml -e LOG_LEVEL=WARNING ghcr.io/akquinet/powerdns-api-proxy:latest +``` + ### Authentication The token is expected in the header `X-API-Key` as with the PowerDNS API.