Server Version#: plexinc/pms-docker:1.21.3.4014-58bd20c02
Hello, I am trying to create a Plex Server using docker but it is impossible for me to setup the library. After inspecting the console logs I discovered that there are some requests which return “unauthorized”.
That’s my current configuration of docker-compose:
version: "3.8"
services:
plex:
image: plexinc/pms-docker
hostname: plex
domainname: homebuster.es
restart: always
volumes:
- ${DATA_DIR}/plex/config:/config
- ${PLEX_DATA_DIR}/video:/data
- /tmp:/transcode
environment:
- TZ=Europe/Madrid
- PLEX_UID=1000
- PLEX_GID=1000
ports:
- 32400:32400
I took a look at the logs but I could not find anything strange: Logs.zip (95.3 KB)
Any idea what could be going on?
