Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Podman Desktop V1.12.0] Not exposing the UDP ports using docker-compose #23901

Open
joaopalma5 opened this issue Sep 9, 2024 · 0 comments
Open
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@joaopalma5
Copy link

joaopalma5 commented Sep 9, 2024

Issue Description

Open ports using docker-compose like
"12201:12201/udp"
"8888:8888/udp"
With these configs on docker-compose the ports not are shown when I do "Get-NetUDPEndpoint | Select-Object LocalPort, OwningProcess | Sort-Object LocalPort"

Steps to reproduce the issue

Clone this git:
https://github.com/s0p4L1n3/Graylog-Ready-to-go-Compose/blob/main/docker-compose.yml
Run docker-compose up -d
Run docker-compose ps
The output will be like:
NAME IMAGE COMMAND SERVICE CREATED STATUS PORTS
graylog-graylog-1 docker.io/graylog/graylog:6.0 "" graylog 52 minutes ago Up 52 minutes 5044/tcp, 5140/udp, 5140/tcp, 9000/tcp, 8888/udp, 12201/tcp, 13301/tcp, 12201/udp

That seems all ok the TCP and UDP ports are open but...
If you do
Get-NetUDPEndpoint | Select-Object LocalPort, OwningProcess | Sort-Object LocalPort

The UDP ports not are listen/not are open...

Describe the results you received

Only TCP ports are open

Describe the results you expected

The excepted will be both TCP and UDP ports are open

podman info output

None

Podman in a container

No

Privileged Or Rootless

Rootless

Upstream Latest Release

Yes

Additional environment details

Additional environment details

Operating system
Windows 11

Installation Method
Installer from website/GitHub releases

Version
1.12.0

Additional information

I don't know how but the ports are open inside of WSL, the bug it's just on the host machine

@joaopalma5 joaopalma5 added the kind/bug Categorizes issue or PR as related to a bug. label Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

No branches or pull requests

1 participant