Update README.md

Missing \ in docker run script at option 1.
This commit is contained in:
VirtualOx 2020-09-16 08:43:41 +02:00 committed by GitHub
parent 4e63f8380b
commit 3167e50f65
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
```