Browse Source
Merge pull request #7 from pavons/fix-readme-docker-compose-snippet
Fix readme docker compose snippet
master
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
2 deletions
-
README.md
|
@ -27,7 +27,7 @@ Save the following snippet as docker-compose.yaml in any folder you like, or clo |
|
|
|
|
|
|
|
|
``` |
|
|
``` |
|
|
pdns: |
|
|
pdns: |
|
|
image: interlegis/powerdns:4.4.0 |
|
|
image: interlegis/powerdns:4.6.2 |
|
|
links: |
|
|
links: |
|
|
- "mysql:mysql" |
|
|
- "mysql:mysql" |
|
|
ports: |
|
|
ports: |
|
@ -36,7 +36,9 @@ pdns: |
|
|
- "8088:8081" |
|
|
- "8088:8081" |
|
|
environment: |
|
|
environment: |
|
|
- PDNSCONF_API_KEY=a_strong_api_key |
|
|
- PDNSCONF_API_KEY=a_strong_api_key |
|
|
|
|
|
- PDNSCONF_GMYSQL_USER=pdns |
|
|
|
|
|
- PDNSCONF_GMYSQL_DBNAME=pdns |
|
|
|
|
|
- PDNSCONF_GMYSQL_PASSWORD=pdnspw |
|
|
mysql: |
|
|
mysql: |
|
|
image: mysql |
|
|
image: mysql |
|
|
environment: |
|
|
environment: |
|
|