Skip to main content

Installation

CollaboraAdGuard Home can be installed by following the Portainer guide for creating a new stack.  Learn about configuring a Docker stacks and then use the following Docker Compose code to run this app:

---
services:
  collabora:adguard:
    image: collabora/codeadguard/adguardhome:latest
    container_name:network_mode: collaborabridge
    hostname:dns:
     collabora- 1.1.1.1
    ports:
      - 9980:9980
    environment:3333:3000
      - DOMAIN=53:53/tcp
      - ALIASGROUP1=53:53/udp
      - USERNAME=67:67/udp
      - PASSWORD=88:80
      - 853:853
    volumes:
      - /srv/adguard/data:/opt/adguardhome/work
      - /srv/adguard/conf:/opt/adguardhome/conf
    restart: unless-stopped