![]() |
#1 |
Junior Member
![]() Posts: 2
Karma: 10
Join Date: Sep 2019
Device: iPhone
|
Content Server IP Not Within LAN Range
I have two instances of Calibre running; one installed on a Debian Buster desktop that works fine, the other installed on an Openmediavault server that works in the web gui but I am unable to connect with my iPhone app.
The Content server on Openmediavault picks up an IP of 172.21.0.2, while the server has an IP of 192.168.1.101, therefore I am unable to connect my iPhone to. I installed Calibre using docker compose. I have done it several times and I always get the wrong IP address listed for the Content server. Anybody able to show me what I am doing wrong? Here is the compose file I am using: --- version: "2.1" services: calibre: image: linuxserver/calibre container_name: calibre environment: - PUID=1000 - PGID=100 - TZ=America/Chicago volumes: - /srv/dev-disk-by-label-disk1/Calibre:/config ports: - 8082:8080 #I have other dockers running on 8080 & 8081 - 8083:8081 restart: unless-stopped |
![]() |
![]() |
![]() |
#2 |
creator of calibre
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 45,144
Karma: 27110894
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
|
The server by default listens on 0.0.0.0 which is all IPs. If you want it to listen on a particular IP use the command line option for it.
|
![]() |
![]() |
Advert | |
|
![]() |
#3 | |
Junior Member
![]() Posts: 2
Karma: 10
Join Date: Sep 2019
Device: iPhone
|
Quote:
Thanks again. |
|
![]() |
![]() |
![]() |
#4 | |
Junior Member
![]() Posts: 5
Karma: 10
Join Date: Oct 2020
Device: Kobo Libra H2O
|
Quote:
|
|
![]() |
![]() |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
calibredb does not work with content server running (content server is using --enable | Irvin | Server | 3 | 01-08-2019 02:47 AM |
Content server on ubuntu 12.04 headless server ImageMagick: libltdl.so.7 | Cool Javelin | Calibre | 5 | 04-08-2015 02:20 AM |
Calibre Content Server and Windows Home Server 2011 | HughMcC | Calibre | 8 | 10-01-2014 07:26 AM |
500 Internal Server Error accessing content server Calibre 0.8.8 | DaddyO57 | Calibre | 1 | 07-20-2012 06:08 PM |
Despite forwarding ports etc, I can only access my Calibre server from my LAN. | MyNameIsMrBurns | Calibre | 11 | 06-18-2011 12:30 PM |