podman-compose/newsfragments/1039-fix-port-command.bugfix
Frank Stettner da46ee3910 Fix port command for dynamic host ports
Use `podman inspect` to get the actual host ports rather echoing the
defined ports from the compose yml.

Fixes #778 and #1039

Signed-off-by: Frank Stettner <frank-stettner@gmx.net>
2025-04-08 13:57:19 +02:00

2 lines
47 B
Plaintext

- Fix the port command for dynamic host ports.