From 3167e50f65a9d887fcaf8b6472cfe178e4fab3e8 Mon Sep 17 00:00:00 2001 From: VirtualOx <37578273+virtualox@users.noreply.github.com> Date: Wed, 16 Sep 2020 08:43:41 +0200 Subject: [PATCH] Update README.md Missing \ in docker run script at option 1. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c68563..3895aca 100644 --- a/README.md +++ b/README.md @@ -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 ```