Skip to content

Commit

Permalink
remove duplicate protocol definition from sample dcker compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
pboehm committed Feb 27, 2018
1 parent 983249d commit ba7d494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker-compose.override.yml.sample
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:

powerdns:
ports:
- "53/udp:53/udp"
- "53:53/udp"

redis:
volumes:
Expand Down

0 comments on commit ba7d494

Please sign in to comment.