Skip to content

Commit

Permalink
changed docker-compose.yml for easy testing
Browse files Browse the repository at this point in the history
  • Loading branch information
obi12341 committed May 17, 2016
1 parent ff68e85 commit 22fc7c9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pdns:
image: secns/pdns
build: .
links:
- "mysql:db"
ports:
Expand All @@ -14,6 +14,4 @@ pdns:
mysql:
image: mysql
environment:
- MYSQL_ROOT_PASSWORD=
volumes:
- ./mysql/:/var/lib/mysql
- MYSQL_ROOT_PASSWORD=aPYsB84zdNZNmn64sjy

0 comments on commit 22fc7c9

Please sign in to comment.