Skip to content

Instantly share code, notes, and snippets.

@finnie2006
Created March 3, 2022 20:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save finnie2006/4a18b6f8e44121a0f8053464c84fa320 to your computer and use it in GitHub Desktop.
Save finnie2006/4a18b6f8e44121a0f8053464c84fa320 to your computer and use it in GitHub Desktop.
Adguard compose file
version: '3.3'
services:
adguardhome:
image: adguard/adguardhome
container_name: adguardhome
volumes:
- /etc/adguard/workdir:/opt/adguardhome/work
- /etc/adguard/confdir:/opt/adguardhome/conf
ports:
- 53:53/tcp
- 53:53/udp
- 3000:3000/tcp
- 67:67/udp
- 68:68/tcp
- 68:68/udp
- 853:853/tcp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment