atfergs@lemmy.worldOPtohomelab@lemmy.ml•How to allow containerized Heimdall see Pi-HoleEnglish
1·
1 year agoYou can get access to most of them by setting them all to use the bridge network (network_mode: bridge). Then if you inspect the bridge network, you can see the bridge network ip’s of them all and use that for Heimdall. The Pi-Hole is an exception though since it requires a different network.
This is great, thank you!