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

Having expose prevents contains from being listed #286

Closed
2 tasks done
nzprog opened this issue Dec 13, 2023 · 2 comments
Closed
2 tasks done

Having expose prevents contains from being listed #286

nzprog opened this issue Dec 13, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@nzprog
Copy link

nzprog commented Dec 13, 2023

⚠️ Please verify that this bug has NOT been reported before.

  • I checked and didn't find similar issue

🛡️ Security Policy

Description

When I expose a postgres port the Containers list is empty. (also labeled as existed when all containers are running)
image

When I remove the expose, it lists the containers.
image

👟 Reproduction steps

Put a exposed port in the container.

👀 Expected behavior

It shouldn't fail to list the containers.
I dont know if it's related but noticed the Status says Exited when all containers are running/healthy.

😓 Actual Behavior

It doesn't display the container list.

Dockge Version

1.3.3

💻 Operating System and Arch

Debian 12

🌐 Browser

Firefox

🐋 Docker Version

Docker version 24.0.7, build afdd53b

🟩 NodeJS Version

v20.9.0

📝 Relevant log output

No response

@nzprog nzprog added the bug Something isn't working label Dec 13, 2023
@louislam
Copy link
Owner

It seems that the env update in 1.3.3 is not perfect.

Will try to fix it.

@louislam
Copy link
Owner

Fixed: #301

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants