From e0eded0a9845e5042ba5b8004a2d7379d1ca4db6 Mon Sep 17 00:00:00 2001 From: Fabio Rauber Date: Fri, 10 Jun 2016 11:36:37 -0300 Subject: [PATCH] Updated docker-compose to the automated build image --- README.md | 2 +- docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: