https://github.com/data-tangles/adguardhome-public
AdGuard Home Compose File
https://github.com/data-tangles/adguardhome-public
Last synced: 5 months ago
JSON representation
AdGuard Home Compose File
- Host: GitHub
- URL: https://github.com/data-tangles/adguardhome-public
- Owner: data-tangles
- License: gpl-3.0
- Created: 2021-08-15T06:28:57.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-15T07:14:28.000Z (almost 5 years ago)
- Last Synced: 2025-06-06T06:08:24.045Z (about 1 year ago)
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# adguardhome-public
AdGuard Home Compose File
The official Docker guide at AdGuard home seems to lack a compose file for deplyoying in stacks and Swarms. I simply converted the existing docker run command into a compose file and added the "latest" tag to get the latest version when redeploying. Feel free to copy and use for your own setups.
Steps to run:
- Copy the compose file to your Docker host and rename the file to docker-compose.yml
- Edit the values under Environment:TZ and volumes: to match your locale and storage setup
- Run docker-compose pull && docker-compose up -d while in the yaml file directory - this will pull the latest build and deploy it with Docker Compose
The original setup is available at: https://github.com/AdguardTeam/AdGuardHome/wiki/Docker