diff --git a/README.md b/README.md index 498ad1d..9c4bb99 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/adguardhome/docker-compose.yml b/adguardhome/docker-compose.yml new file mode 100644 index 0000000..ec7e671 --- /dev/null +++ b/adguardhome/docker-compose.yml @@ -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