[Docker Provider] Expose port to specific IP

Hi,

Docker supports exposing a port to a specific IP like this:
-p 127.0.0.1:8080:80

Can this be realized with the Terraform Docker provider? Right now Docker will just expose the port publicly which is a security problem for my system.

Kind regards