Support-pl/ione

Cannot map port 8009

Closed this issue · 1 comments

After docker-compose up, the machine does not listen to port 8009.

docker ps

CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
f6f0cd05d4a3 ione-admin:latest "sh command.sh" 14 minutes ago Up 14 minutes ione_ione-admin_1
941372087de1 ione:latest "bundle exec rackup …" 14 minutes ago Up 14 minutes ione_ione_1

ss -tln

State Recv-Q Send-Q Local Address:Port Peer Address:Port Process
LISTEN 0 1024 127.0.0.1:5000 0.0.0.0:*
LISTEN 0 15 0.0.0.0:2633 0.0.0.0:*
LISTEN 0 100 0.0.0.0:2474 0.0.0.0:*
LISTEN 0 80 127.0.0.1:3306 0.0.0.0:*
LISTEN 0 100 0.0.0.0:9869 0.0.0.0:*
LISTEN 0 511 0.0.0.0:80 0.0.0.0:*
LISTEN 0 4096 127.0.0.1:40849 0.0.0.0:*
LISTEN 0 100 0.0.0.0:29876 0.0.0.0:*
LISTEN 0 100 127.0.0.1:2101 0.0.0.0:*
LISTEN 0 4096 127.0.0.53%lo:53 0.0.0.0:*
LISTEN 0 100 127.0.0.1:2102 0.0.0.0:*
LISTEN 0 5 0.0.0.0:4822 0.0.0.0:*
LISTEN 0 128 0.0.0.0:22 0.0.0.0:*
LISTEN 0 511 0.0.0.0:2616 0.0.0.0:*
LISTEN 0 128 127.0.0.1:6010 0.0.0.0:*
LISTEN 0 511 0.0.0.0:443 0.0.0.0:*
LISTEN 0 8 0.0.0.0:4124 0.0.0.0:*
LISTEN 0 100 0.0.0.0:5030 0.0.0.0:*
LISTEN 0 511 [::]:80 [::]:*
LISTEN 0 128 [::]:22 [::]:*
LISTEN 0 128 [::1]:6010 [::]:*

done