Skip to content

Commit

Permalink
adguard home
Browse files Browse the repository at this point in the history
  • Loading branch information
tvrcgo committed Jan 12, 2025
1 parent f07ecc2 commit ec70b70
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions adguard-home/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: '3'

services:

adguardhome:
image: adguard/adguardhome
container_name: adguardhome
restart: unless-stopped
volumes:
- /volume1/docker/adguard-home/data:/opt/adguard/data
- /volume1/docker/adguard-home/conf:/opt/adguard/conf
ports:
- 3053:53/tcp
- 3053:53/udp
- 3000:3000

0 comments on commit ec70b70

Please sign in to comment.