11 lines
248 B
YAML
11 lines
248 B
YAML
|
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
|