Comment on Help with Audiobookshelf Port Number
cybersandwich@lemmy.world 10 months ago
You’re using network_mode: “host” which makes the container use the host’s networking directly. When you use host mode, the port mappings are ignored because the container doesn’t have its own IP address, it’s sharing the host’s IP. Remove or change the network mode to see if that fixes it.
OneShotLido@lemmy.world 10 months ago
Perfect. Thanks!