I’m only seeing the IP assigned to the docker host IP ( 172.20.0.1) being referenced in the SWAG’s nginx access.log and then the SWAG container’s IP ( 172.20.0.5) referenced in the nextcloud log.
I’m still hoping it’s only a config issue, with my gut feeling still towards the “x-real-IP $remote_addr” and/or “proxy_set_header x-forwarded-for” having to be added/configured at the nextcloud nginx config as to accept the “real IP” from the header than from the connection.
…or am I just too lost in the code woods to make any sense ?