minus-squareSam A.@feddit.dktoSelfhosted@lemmy.world•set up local DNS using Pi-hole + nginx + audiobookshelflinkfedilinkEnglisharrow-up1·5 days agoIn 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). linkfedilink
minus-squareSam A.@feddit.dktoAsk Lemmy@lemmy.world•Which sources do you use to keep up with current events?linkfedilinkarrow-up1·7 days agoI try not to tbh. linkfedilink
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 ondocker compose up
).