added adguard home
This commit is contained in:
14
adguardhome/compose.yml
Normal file
14
adguardhome/compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user