May 3, 20251 yr I'm trying to set up a new container for Adguard Home, and i think i got something messed up and I'm not sure how to fix it. When I try to run the install it's failing. Below is what's logged. Command executiondocker run -d --name='AdGuard-Home' --net='br0' --ip='192.168.1.1' --pids-limit 2048 -e TZ="America/Chicago" -e HOST_OS="Unraid" -e HOST_HOSTNAME="Tower" -e HOST_CONTAINERNAME="AdGuard-Home" -e 'TCP_PORT_3000'='3000' -e 'TCP_PORT_53'='53' -e 'UDP_PORT_53'='53' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.webui='http://[IP]:[PORT:3000]/' -l net.unraid.docker.icon='https://raw.githubusercontent.com/SiwatINC/unraid-ca-repository/master/icons/adguard.png' -v '/mnt/user/appdata/adguard/workingdir':'/opt/adguardhome/work':'rw' -v '/mnt/user/appdata/adguard/config':'/opt/adguardhome/conf':'rw' -v '/mnt/user/appdata/adguardhome/work':'/opt/adguardhome/work':'rw' -v '/mnt/user/appdata/adguardhome/conf':'/opt/adguardhome/conf':'rw' 'adguard/adguardhome' docker: Error response from daemon: Duplicate mount point: /opt/adguardhome/work. See 'docker run --help'. The command failed.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.