mirror of
https://github.com/acedanger/docker.git
synced 2025-12-06 01:10:11 -08:00
adguard home
This commit is contained in:
19
adguard/docker-compose.yml
Normal file
19
adguard/docker-compose.yml
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
name: adguardhome
|
||||||
|
services:
|
||||||
|
adguardhome:
|
||||||
|
image: adguard/adguardhome:latest
|
||||||
|
ports:
|
||||||
|
- 53:53/tcp # plain dns over tcp
|
||||||
|
- 53:53/udp # plain dns over udp
|
||||||
|
- 3080:80/tcp # http web interface
|
||||||
|
# - 3081:3000/tcp # initial setup web interface
|
||||||
|
volumes:
|
||||||
|
- config:/opt/adguardhome/conf # app configuration
|
||||||
|
- work:/opt/adguardhome/work # app working directory
|
||||||
|
restart: always
|
||||||
|
volumes:
|
||||||
|
config:
|
||||||
|
driver: local
|
||||||
|
work:
|
||||||
|
driver: local
|
||||||
|
networks: {}
|
||||||
Reference in New Issue
Block a user