Merge pull request #817 from virtualox/patch-1

Update README.md
This commit is contained in:
Khanh Ngo 2020-10-10 14:03:45 +02:00 committed by GitHub
commit b10a706e15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ To get started as quickly as possible try option 1. If you want to make modifica
The easiest is to just run the latest Docker image from Docker Hub:
```
$ docker run -d \
-v pda-data:/data
-v pda-data:/data \
-p 9191:80 \
ngoduykhanh/powerdns-admin:latest
```