Create bind

This commit is contained in:
sump pump 2020-06-28 13:45:48 -06:00 committed by GitHub
parent f33ae75065
commit 7d752ec406
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

8
docker/services/bind Normal file
View File

@ -0,0 +1,8 @@
bind:
network_mode: 'service:tinc'
build:
context: .
dockerfile: Dockerfile.bind
volumes:
- /etc/bind/${netname}/:/etc/bind/
restart: always