Comment on set up local DNS using Pi-hole + nginx + audiobookshelf
samsapti@feddit.dk 2 weeks ago
In the compose file for Audiobookshelf, you need to add the service itself to the network you defined at the bottom. Something like:
services: audiobookshelf: ... networks: - default - nginx
(The default
network is to keep it in the network that is created on docker compose up
).
happeningtofry99158@lemmy.world 2 weeks ago
thank you! this works!