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

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: The easiest is to just run the latest Docker image from Docker Hub:
``` ```
$ docker run -d \ $ docker run -d \
-v pda-data:/data -v pda-data:/data \
-p 9191:80 \ -p 9191:80 \
ngoduykhanh/powerdns-admin:latest ngoduykhanh/powerdns-admin:latest
``` ```