You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the port name is already taken you need to update the ports line with the new port, and also add a LISTEN_INTERFACE line with the interface:port you want it to listen on. You might want to use the interface IP rather than 0.0.0.0 which is everything I believe.
If you are running a custom docker network and want to have your paperless-gpt docker image talk to others eg an external paperless & redis, then add a networks section to the compose file like the one below. I found it worked best to specify it before services, and then you need to add networks line referring to it under port.
Thought I'd share the results of some extended tinkering in case it helps others or is useful for the documentation.
Note: I'm still getting familiar with docker so let me know if there's a better way and/or if I've done something dumb.
Example
Example
The text was updated successfully, but these errors were encountered: