Always binds to 0.0.0.0 instead of the configured IP/hostname

ERROR pydio.server.manager ×There was an error while starting:server.Start caddy: loading new config: http app module: start: listening on :8080: listen tcp :8080: bind: address already in use

The configured 127.0.0.2:8080 is not in use… it tries to bind to 0.0.0.0:8080 instead, which fails due to a conflicts with another service on 127.0.0.3:8080.