Neinhalt

unbound mvance custom

Dec 4th, 2021 (edited)
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.35 KB | None | 0 0
  1. version: "3"
  2. services:
  3.   unbound:
  4.     image: mvance/unbound:latest
  5.     container_name: unbound
  6.     hostname: unbound
  7.     networks:
  8.      - ph-bridge
  9.     ports:
  10.      - 5335:5335/tcp
  11.       - 5335:5335/udp
  12.     volumes:
  13.      - /volume1/docker/unbound/config:/opt/unbound/etc/unbound
  14.     restart: always
  15. networks:
  16.   ph-bridge:
  17.     external: true
Add Comment
Please, Sign In to add comment