mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2025-11-23 17:04:27 +01:00
cleanup repo
This commit is contained in:
3
examples/adguard-home/README.md
Normal file
3
examples/adguard-home/README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# References
|
||||
|
||||
- https://github.com/AdguardTeam/AdGuardHome
|
||||
15
examples/adguard-home/docker-compose.yml
Normal file
15
examples/adguard-home/docker-compose.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
version: "3"
|
||||
|
||||
services:
|
||||
adguard:
|
||||
container_name: adguard
|
||||
hostname: adguard
|
||||
image: adguard/adguardhome:latest
|
||||
ports:
|
||||
- 53:53/tcp
|
||||
- 8080:80/tcp
|
||||
- 53:53/udp
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /mnt/docker-volumes/adguard-home/work:/opt/adguardhome/work
|
||||
- /mnt/docker-volumes/adguard-home/conf:/opt/adguardhome/conf
|
||||
Reference in New Issue
Block a user