Unable to claim server in docker container

Server Version#1.19.3.2852:
Player Version#:
The error I receive is Error issuing curl_easy_perform_28. I cannot claim this server. I have made the container using this docker-compose. I have tried https://github.com/ukdtom/ClaimIt/releases/tag/V1.1.0.0 and it timed out. What am I doing wrong?

version: “3.3”
services:
plex:
container_name: plex
image: plexinc/pms-docker
ports:
- “32400:32400/tcp”
- “3005:3005/tcp”
- “8324:8324/tcp”
- “32469:32469/tcp”
- “1900:1900/udp”
- “32410:32410/udp”
- “32412:32412/udp”
- “32413:32413/udp”
- “32414:32414/udp”
environment:
- TZ=America/Chicago
- ADVERTISE_IP=http://192.168.0.24:32400/
hostname: “Plexserver”
volumes:
- ‘/home/n/Plex/config:/config’
- ‘/home/n/Plex/transcode:/transcode’
- ‘/run/media/n/44F21BE1F21BD5D0:/Media’
restart: unless-stopped

your configuration looks different – still have to dig deeper into docker containers myself but at least there’s some reference configuration for you to compare (if the network setup isn’t configured properly for that container, that could explain why Plex fails to connect)

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.