Create Containers - exposed port

Problem:
When i create a container through foreman de ip is not exposed. The container could not be access from other servers.
Expected outcome:
Ip and port exposed
Foreman and Proxy versions:
1.16
Foreman and Proxy plugin versions:

Other relevant data:
When i create container through commmand line both ip and port are exposed.

Create with command line:

docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
454442537f56 mysql/mysql-server:8.0.3 “/entrypoint.sh mysq…” About a minute ago Up About a minute (healthy) 0.0.0.0:3306->3306/tcp, 33060/tcp mysql8

Created with foreman

docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
b1163d988c43 mysql/mysql-server:8.0.3 “/entrypoint.sh mysq…” 3 minutes ago Up 3 minutes (healthy) 3306/tcp, 33060/tcp mysql8