feat: add initial Portainer stack and template configurations for AdGuard Home
This commit is contained in:
15
templates/adguard/docker-compose.yml
Normal file
15
templates/adguard/docker-compose.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
services:
|
||||
adguard:
|
||||
image: adguard/adguardhome
|
||||
container_name: AdGuard
|
||||
mem_limit: 2g
|
||||
cpu_shares: 768
|
||||
security_opt:
|
||||
- no-new-privileges:true
|
||||
network_mode: host
|
||||
volumes:
|
||||
- /volume1/docker/adguard/config:/opt/adguardhome/conf:rw
|
||||
- /volume1/docker/adguard/data:/opt/adguardhome/work:rw
|
||||
environment:
|
||||
TZ: Europe/Dublin
|
||||
restart: always
|
||||
Reference in New Issue
Block a user