Skip to content

Commit

Permalink
feat: changed the image in docker command
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-cne authored Jul 28, 2024
1 parent 911644e commit 1f5cb0b
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 @@ -11,7 +11,7 @@ In order to use the `dnsr` you have to create some configuration files and a fol
`dnsr` is deployed as a Docker container. You can use the following command to run it:

```bash
docker run -d -p 8053:8053/udp -v ./config.yml:/etc/dnsr/config.yml -v ./domains.yml:/etc/dnsr/domains.yml -v ./keys:/etc/dnsr/keys dnsr:latest
docker run -d -p 8053:8053/udp -v ./config.yml:/etc/dnsr/config.yml -v ./domains.yml:/etc/dnsr/domains.yml -v ./keys:/etc/dnsr/keys ghrc.io/thibault-cne/dnsr:latest
```

### Configuration files
Expand Down

0 comments on commit 1f5cb0b

Please sign in to comment.