mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-11-09 15:10:27 +00:00
Update README.md
This commit is contained in:
parent
df05fded39
commit
1f569626b3
@ -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.
|
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.
|
Firstly, let's edit `configs/developments.py` configuration file.
|
||||||
|
|
||||||
Secondly, build the docker image of PowerDNS-Admin
|
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
|
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
|
You can now access PowerDNS-Admin at url http://localhost:9191
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user