Skip to content

Commit

Permalink
update compose file to v2 format
Browse files Browse the repository at this point in the history
  • Loading branch information
Sameer Naik committed Nov 4, 2016
1 parent b6f30cd commit 7da4fc1
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
Bind:
image: sameersbn/bind:latest
ports:
version: '2'

services:
bind:
restart: always
image: sameersbn/bind:latest
ports:
- "53:53/udp"
volumes:
- "53:53/tcp"
- "10000:10000/tcp"
volumes:
- /srv/docker/bind:/data
restart: always

0 comments on commit 7da4fc1

Please sign in to comment.