Browse Source

Updated docker-compose to the automated build image

3.4.1
Fábio Kaiser Rauber 9 years ago
parent
commit
e0eded0a98
  1. 2
      README.md
  2. 2
      docker-compose.yml

2
README.md

@ -25,7 +25,7 @@ Save the following snippet as docker-compose.yaml in any folder you like, or clo
``` ```
pdns: pdns:
build: pdns image: interlegis/powerdns
links: links:
- "mysql:mysql" - "mysql:mysql"
ports: ports:

2
docker-compose.yml

@ -1,5 +1,5 @@
pdns: pdns:
build: pdns image: interlegis/powerdns
links: links:
- "mysql:mysql" - "mysql:mysql"
ports: ports:

Loading…
Cancel
Save