View Single Post
Old 11-14-2022, 07:32 PM   #1
yngbpfwc
Junior Member
yngbpfwc began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Nov 2022
Device: Kindle Paperwhite
Docker Calibre, change 8080 port?

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.
yngbpfwc is offline   Reply With Quote