You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see this with a few containers .. not sure what the issue could be .. the terminal option shows that shell is missing but I can login to the shell using docker exec -it "containerid" bash
Some pointers:
mysql:8 container
host forward is not on port level but ip:port .. for e.g instead of 3306:3306 the forward to host happens as 192.168.0.1:3306:3306b so that the port is exposed only on the internal IP
Some containers have custom name where I noticed the failing terminal
Steps to Reproduce
start a mysql:8 container
forward port to host on specific container
maybe set a custom name
terminal does not connect anymore
happening on multiple repos like mysql, mongo etc.
I did remove the port/host and try but it still didnt work
Example Repository URL
No response
Coolify Version
v4.0.0-beta.388
Are you using Coolify Cloud?
No (self-hosted)
Operating System and Version (self-hosted)
Ubuntu 22.04 LTS
Additional Information
No response
The text was updated successfully, but these errors were encountered:
peaklabs-dev
added
🐞 Confirmed Bug
Verified issues that have been reproduced by the team.
and removed
🔍 Triage
Issues that need assessment and prioritization.
🐛 Bug
Reported issues that need to be reproduced by the team.
labels
Jan 23, 2025
Error Message and Logs
I see this with a few containers .. not sure what the issue could be .. the terminal option shows that shell is missing but I can login to the shell using docker exec -it "containerid" bash
Some pointers:
Steps to Reproduce
Example Repository URL
No response
Coolify Version
v4.0.0-beta.388
Are you using Coolify Cloud?
No (self-hosted)
Operating System and Version (self-hosted)
Ubuntu 22.04 LTS
Additional Information
No response
The text was updated successfully, but these errors were encountered: