Advertisement
techblog

AdGuardHome

Jul 15th, 2019
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.41 KB | None | 0 0
  1.  adguard-home:
  2.     image: adguard/adguardhome
  3.     container_name: adguard-home
  4.     restart: always
  5.     network_mode: bridge
  6.     volumes:
  7.      - ./adguard/work:/opt/adguardhome/work
  8.       - ./adguard/conf:/opt/adguardhome/conf
  9.     ports:
  10.      - "53:53/udp"
  11.       - "53:53/tcp"
  12.       - "3000:3000"
  13.       - "3001:3001"
  14.       - "67:67/udp"
  15.       - "68:68/tcp"
  16.       - "68:68/udp"
  17.       - "853:853/tcp"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement