diff --git a/README.md b/README.md index 908b36d..43ee4af 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Save the following snippet as docker-compose.yaml in any folder you like, or clo ``` pdns: - build: pdns + image: interlegis/powerdns links: - "mysql:mysql" ports: diff --git a/docker-compose.yml b/docker-compose.yml index 7cfa5ab..a127b46 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,5 +1,5 @@ pdns: - build: pdns + image: interlegis/powerdns links: - "mysql:mysql" ports: