Last active
February 19, 2021 19:12
-
-
Save dnburgess/bbc653b0c904ac2498b8261e9c265f64 to your computer and use it in GitHub Desktop.
DB Tech AdGuard Home
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
version: "2" | |
services: | |
adguardhome: | |
image: adguard/adguardhome | |
container_name: adguardhome | |
ports: | |
- 53:53/tcp | |
- 53:53/udp | |
- 67:67/udp | |
- 68:68/tcp | |
- 68:68/udp | |
- 853:853/tcp | |
- 3000:3000/tcp | |
- 80:80/tcp | |
volumes: | |
- /srv/Configs/AdGuard/workdir:/opt/adguardhome/work | |
- /srv/Configs/AdGuard/confdir:/opt/adguardhome/conf | |
restart: unless-stopped |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment