mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2025-01-08 19:35:40 +00:00
Update README.md
Missing \ in docker run script at option 1.
This commit is contained in:
parent
4e63f8380b
commit
3167e50f65
@ -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
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user