An open API service indexing awesome lists of open source software.

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

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