Hello,
I have
Calibre running within docker-compose. I know that I could rebind the Calibre's 8080 port via the docker-compose "ports" flag, but I cannot use this flag because I am trying to start the service behind a VPN and a Nginx reverse proxy (I am using "network_mode: 'service:vpn'" for Calibre).
I have another service in this compose which is using port 8080, causing Calibre to fail to start. I have read through the documentation and have not found a way to rebind this port via something like an ENV variable.
Am I missing anything?
I put much more details about this question in a support forum for LinuxServer.io:
https://discourse.linuxserver.io/t/c...nx-issues/4938 which includes my docker-compose files.