New install in docker container

Hello,
I just installed a new supervised homeassistant into a docker container on a raspberry pi and changed the port to 8124.
I could make a new user and login to the instance correctly.
I am however having problems with some addons:
I installed File explorer and it is not starting, in the log I see

INFO:2023-04-18 21:18:35,534:hass_configurator.configurator:Starting server
INFO:2023-04-18 21:18:35,536:hass_configurator.configurator:Listening on: http://0.0.0.0:8099
WARNING:2023-04-18 21:18:46,900:hass_configurator.configurator:Client IP not within allowed networks.
INFO:2023-04-18 21:18:46,900:hass_configurator.configurator:172.30.32.1 - "GET / HTTP/1.1" 420 -
WARNING:2023-04-18 21:25:00,958:hass_configurator.configurator:Client IP banned.

I also installed Influx add on and there I am getting a Nginx 403 and in the log:

2023/04/18 22:13:36 [error] 478#478: *1 access forbidden by rule, client: 172.30.32.1, server: a0d7b954-influxdb, request: "GET / HTTP/1.1", host: "192.168.0.57:8124", referrer: "http://192.168.0.57:8124/a0d7b954_influxdb"

I am reading to add allowed_proxies or allowed_networks to the http config but nothing is helping.

I am sure this is a newbee question, but I have been reading forums for 3 hours now but cannot seem to find the missing link.

Can someone help me out?
Thank you,
Tom