Upload adguardhome
This commit is contained in:
parent
d0463470ca
commit
1cd2d5784c
@ -1,4 +1,5 @@
|
||||
# Docker-compose-collection
|
||||
|
||||
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
|
||||
|
||||
|
10
adguardhome/docker-compose.yml
Normal file
10
adguardhome/docker-compose.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user