first
This commit is contained in:
13
docker-compose.yaml
Normal file
13
docker-compose.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
unbound:
|
||||
image: mvance/unbound:latest
|
||||
container_name: unbound
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- dns_net
|
||||
|
||||
networks:
|
||||
dns_net:
|
||||
external: true
|
||||
Reference in New Issue
Block a user