Create adguard.yaml
This commit is contained in:
25
adguard.yaml
Normal file
25
adguard.yaml
Normal file
@@ -0,0 +1,25 @@
|
||||
services:
|
||||
adguardhome:
|
||||
image: 'adguard/adguardhome:latest'
|
||||
container_name: 'adguard'
|
||||
hostname: 'adguard'
|
||||
restart: 'unless-stopped'
|
||||
volumes:
|
||||
- '/etc/localtime:/etc/localtime:ro'
|
||||
- './work:/opt/adguardhome/work'
|
||||
- './config:/opt/adguardhome/conf'
|
||||
ports:
|
||||
# Plain DNS
|
||||
- '53:53/tcp'
|
||||
- '53:53/udp'
|
||||
# AdGuard Home Admin Panel as well as DNS-over-HTTPS
|
||||
- '8081:80/tcp'
|
||||
#- '443:443/tcp'
|
||||
#- '443:443/udp'
|
||||
- '3000:3000/tcp'
|
||||
# DNS-over-TLS
|
||||
- '853:853/tcp'
|
||||
# DNS-over-QUIC
|
||||
- '784:784/udp'
|
||||
- '853:853/udp'
|
||||
- '8853:8853/udp'
|
||||
Reference in New Issue
Block a user