minus-squarePoopMonster@lemmy.worldtoTechnology@lemmy.world•The Beauty Of Having A Pi-hole · Den DelimarskylinkfedilinkEnglisharrow-up0·edit-21 year agoIf your using docker and the ports are bound you can just use the network mode host so the container gets it’s own ip. It’s how I have adguard running on my unraid server edit: Sorry I mixed up the details as @[email protected] pointed out. It’s a macvlan configuration. My intention was to point out it’s possible. Here’s some documentation https://docs.docker.com/engine/network/drivers/macvlan/ linkfedilink
If your using docker and the ports are bound you can just use the network mode host so the container gets it’s own ip. It’s how I have adguard running on my unraid server
edit: Sorry I mixed up the details as @[email protected] pointed out. It’s a macvlan configuration. My intention was to point out it’s possible. Here’s some documentation https://docs.docker.com/engine/network/drivers/macvlan/