Removing reverse proxy completely from docker-compose
Hi, I'm trying to remove the reverse proxy entirely from the compose, is it possible to expose the web server directly?
1 Reply
Reverse Proxy | Immich
When deploying Immich it is important to understand that a reverse proxy is required in front of the server and web container. The reverse proxy acts as an intermediary between the user and container, forwarding requests to the correct container based on the URL path.