From 1f569626b3207dd1de3b865a7b8ff49ad8e8d6f9 Mon Sep 17 00:00:00 2001 From: Khanh Ngo Date: Sun, 1 Apr 2018 16:10:07 +0700 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 16c1a43..d7bbdb4 100644 --- a/README.md +++ b/README.md @@ -52,10 +52,14 @@ MariaDB [(none)]> GRANT ALL PRIVILEGES ON powerdnsadmin.* TO powerdnsadmin@'%' I There are several ways to run PowerDNS-Admin. Following is a simple way to start PowerDNS-Admin with docker in development environment. Firstly, let's edit `configs/developments.py` configuration file. + Secondly, build the docker image of PowerDNS-Admin -` $docker-compose -f docker-compose.dev.yml build` + +``` $docker-compose -f docker-compose.dev.yml build``` + Finally, start it -`$ docker-compose -f docker-compose.dev.yml up` + +```$ docker-compose -f docker-compose.dev.yml up``` You can now access PowerDNS-Admin at url http://localhost:9191