Inital Commit - Adguard (very late)

This commit is contained in:
2022-09-10 20:16:38 +03:00
commit 940a77980d
5 changed files with 891 additions and 0 deletions

18
docker-compose.yml Normal file
View File

@@ -0,0 +1,18 @@
version: "3"
services:
adguardhome:
image: adguard/adguardhome
container_name: adguard
# ports:
# - 53:53/tcp
# - 53:53/udp
# - 784:784/udp
# - 853:853/tcp
# - 3023:3023/tcp
# - 2323:80/tcp
# - 4242:443/tcp
volumes:
- ./data:/opt/adguardhome/work
- ./config:/opt/adguardhome/conf
restart: unless-stopped
network_mode: host