Upload adguardhome

This commit is contained in:
Gbanyan 2023-02-05 22:38:38 +08:00
parent d0463470ca
commit 1cd2d5784c
2 changed files with 11 additions and 0 deletions

View File

@ -1,4 +1,5 @@
# Docker-compose-collection # Docker-compose-collection
Each folder store my used service configuration Each folder store my used service configuration
Some file path in the docker-compose.yml not created in the repo, need to create by yourself

View File

@ -0,0 +1,10 @@
ersion: "2"
services:
adguardhome:
restart: unless-stopped
network_mode: host
image: adguard/adguardhome
container_name: adguardhome
volumes:
- ./data:/opt/adguardhome/work
- ./config:/opt/adguardhome/conf