added adguard home

This commit is contained in:
2024-03-09 14:07:26 -06:00
parent a15d1fd85d
commit 6b0c2a40c1

14
adguardhome/compose.yml Normal file
View File

@@ -0,0 +1,14 @@
version: "3.3"
services:
adguardhome:
container_name: adguardhome
image: adguard/adguardhome
ports:
- 53:53/tcp
- 53:53/udp
- 3030:3000/tcp
restart: unless-stopped
networks:
reverse-proxy:
external: true