Skip to content

Commit

Permalink
fix docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
rootwyrm committed Jun 27, 2020
1 parent 26db985 commit 9c43c99
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ services:
- /run
- /tmp
volumes:
- "/opt/rootwyrm/dnsdist:/usr/local/etc/dnsdist/conf.d"
- "/opt/rootwyrm/dnsdist/lua:/usr/local/etc/dnsdist/lua"
- "/opt/rootwyrm/dnsdist/maps:/usr/local/etc/dnsdist/maps"
- "/opt/rootwyrm/etc/dnsdist:/usr/local/etc/dnsdist/conf.d"
- "/opt/rootwyrm/etc/dnsdist/lua:/usr/local/etc/dnsdist/lua"
- "/opt/rootwyrm/etc/dnsdist/maps:/usr/local/etc/dnsdist/maps"
cap_add:
- NET_ADMIN
- NET_BIND_SERVICE
Expand Down

0 comments on commit 9c43c99

Please sign in to comment.