-
I’m running Plex and Plex Trakt sync on unraid and they are running in containers.. I use a custom docker network for all my containers to run on. Sometimes when the server is restarted the container for Plex might change IP, and Plex Trakt sync stops working. I start the container but it stops right away. I tried to change the IP in the .env file to match the new IP of Plex, but it still won’t work… the “fix” is to delete the container and start fresh… this is really a pain in the ass. Any tips? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
converted to a discussion, since you ignored the issue templates we have in this project. |
Beta Was this translation helpful? Give feedback.
-
You can try this patch: |
Beta Was this translation helpful? Give feedback.
-
You may have some luck putting the containers to the same network so you can refer to other containers with their names rather IP addresses. With docker-compose (no clues about unraid): perhaps the external network example. |
Beta Was this translation helpful? Give feedback.
You can try this patch: