Skip to content

Commit

Permalink
docs(readme): corrected docker run
Browse files Browse the repository at this point in the history
  • Loading branch information
rwxd committed Feb 9, 2024
1 parent 66ef5b0 commit 202ad00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Within a zone, the token can be limited to one or more records.
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
docker run -v config:/config -e PROXY_CONFIG_PATH=/config/config.yaml -e LOG_LEVEL=WARNING --name powerdns-api-proxy ghcr.io/akquinet/powerdns-api-proxy:latest
```

### Authentication
Expand Down

0 comments on commit 202ad00

Please sign in to comment.