Comment on set up local DNS using Pi-hole + nginx + audiobookshelf
happeningtofry99158@lemmy.world 3 months agoThank you! Can you also explain the difference between
networks: default: external: true name: scoobydoo
and
networks: scoobydoo: external: true
BigDogDave@lemmy.world 3 months ago
defaultin this example is the actual name of the network, in this case we’re modifying the default network.external: truedeclares that the network has already been created,name: scoobydoois a way of customizing the name of the default network.happeningtofry99158@lemmy.world 2 months ago
thanks a lot!