External access documentation not working

I’m following the documentation here:
https://fly.io/docs/postgres/the-basics/connecting/#connecting-external-services

kill_signal = "SIGINT"
kill_timeout = 5
processes = []

[build]
  image = "flyio/postgres:14.4"

[[services]]
  internal_port = 5432
  protocol = "tcp"

  [[services.ports]]
    handlers = []
    port = 10000

However, after adding my new services block and deploying with the correct image, fly info yields an empty port mapping section:

Services
PROTOCOL PORTS

IP Addresses
TYPE ADDRESS        REGION CREATED AT
v4   168.220.xx.xxx global 1m21s ago

Any ideas?

@boiserunner I just pushed out a new flyctl release v0.0.432 that should address this issue. It should be available within the next 10-15 minutes. Once you’re on this version, it should display the correct information.