View Single Post
Old 09-07-2020, 07:44 PM   #1
Agricola
Junior Member
Agricola began at the beginning.
 
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
Agricola is offline   Reply With Quote