Meteor app in Docker

if I am running my Meteor app inside a docker container and it is making a HTTP/S requests to an external URL, can the server obtain the user’s IP address in this case? If so how can I hide IP address if that is possible. Thanks