Added Adguard
This commit is contained in:
parent
715e8b0373
commit
549a6438fc
2 changed files with 31 additions and 0 deletions
28
quadlets/adguard/adguard.container
Normal file
28
quadlets/adguard/adguard.container
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
[Unit]
|
||||||
|
Description=Adguard Quadlet
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Restart=always
|
||||||
|
TimeoutStartSec=900
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=default.target
|
||||||
|
|
||||||
|
[Container]
|
||||||
|
Image=docker.io/adguard/adguardhome:latest
|
||||||
|
ContainerName=adguard
|
||||||
|
HostName=adguard
|
||||||
|
|
||||||
|
# Optionally run this on network mode host, if you want real client ips to show in the logs
|
||||||
|
# Network=host
|
||||||
|
PublishPort=53:53/tcp
|
||||||
|
PublishPort=53:53/udp
|
||||||
|
PublishPort=784:784/udp
|
||||||
|
PublishPort=853:853/tcp
|
||||||
|
PublishPort=3000:3000/tcp
|
||||||
|
PublishPort=8844:80/tcp
|
||||||
|
PublishPort=8443:443/tcp
|
||||||
|
|
||||||
|
Volume=adguard-config:/opt/adguardhome/work:z
|
||||||
|
Volume=adguard-work:/opt/adguardhome/conf:z
|
||||||
|
Volume=/var/log/AdGuardHome.log:/var/log/AdGuardHome.log:z
|
3
quadlets/adguard/adguard.volume
Normal file
3
quadlets/adguard/adguard.volume
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[Volume]
|
||||||
|
VolumeName=adguard-config
|
||||||
|
VolumeName=adguard-work
|
Loading…
Add table
Reference in a new issue