ImmichI
Immich3y ago
IkeKap

1.88 reverse proxy issue

Previously had reverse proxy (via nginx proxy manager) set to destination http://immich_proxy:8080 to my duckdns source.

Changed it to http://localhost:3001 after adding

    ports:
      - "2283:3001"

to immich-server section.

Able to see immich when directly launching http://localhost:2283. Not able to see via duckdns. Tried both http://localhost:3001 and http://localhost:2283 via nginx proxy manager. IDK what else to do
Was this page helpful?