diff --git a/firefly3/docker-compose.yml b/firefly3/docker-compose.yml index 668f26b..e9b44f2 100644 --- a/firefly3/docker-compose.yml +++ b/firefly3/docker-compose.yml @@ -45,7 +45,7 @@ services: volumes: - importer-configurations:/app/configurations ports: - - 8080:8080 + - 127.0.0.1:8083:8080 networks: - firefly diff --git a/ports.md b/ports.md index f536d00..a09f64c 100644 --- a/ports.md +++ b/ports.md @@ -4,6 +4,6 @@ | --- | --- | | 222 | gitea | | 8000 | portainer | -| 8080 | firefly-fints-importer | | 8081 | scrutiny | | 8082 | paperless | +| 8083 | firefly-fints-importer |