From 543d374179754a5ea1ffa243ad58c4f588160a78 Mon Sep 17 00:00:00 2001 From: poprhythm Date: Sun, 16 Aug 2026 14:44:22 +0000 Subject: [PATCH] firefly-iii: expose FIDI on 8383 for the SimpleFIN setup UI Not proxied through NPM - it's a one-time interactive setup plus a periodic cron target, doesn't need a permanent public hostname. --- firefly-iii/docker-compose.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/firefly-iii/docker-compose.yaml b/firefly-iii/docker-compose.yaml index 3f043e9..32f2476 100644 --- a/firefly-iii/docker-compose.yaml +++ b/firefly-iii/docker-compose.yaml @@ -41,6 +41,8 @@ services: - AUTO_IMPORT_SECRET=${FIDI_AUTO_IMPORT_SECRET} volumes: - /srv/firefly-iii/fidi-import:/import + ports: + - 8383:8080 networks: - default - internal