"infra(adguardhome): docker-compose.yml für adguardhome stack"
This commit is contained in:
0
docker/adguard/docker-compose.yml
Normal file
0
docker/adguard/docker-compose.yml
Normal file
13
docs/docker/adguardhome/adguardhome.md
Normal file
13
docs/docker/adguardhome/adguardhome.md
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
version: "3.8"
|
||||||
|
|
||||||
|
services:
|
||||||
|
adguardhome:
|
||||||
|
image: adguard/adguardhome:v0.107.69
|
||||||
|
container_name: adguardhome
|
||||||
|
restart: unless-stopped
|
||||||
|
network_mode: host
|
||||||
|
volumes:
|
||||||
|
- /docker/Daten/adguardhome/work:/opt/adguardhome/work
|
||||||
|
- /docker/Daten/adguardhome/conf:/opt/adguardhome/conf
|
||||||
|
environment:
|
||||||
|
TZ: Europe/Berlin
|
||||||
Reference in New Issue
Block a user