Cannot connect container in other node cluster
Closed this issue · 1 comments
faytranevozter commented
To Reproduce
Swarm Config:
{
"Constraints": [
"node.role==manager"
]
}
Swarm Config:
{
"Constraints": [
"node.role==worker"
]
}
-
open terminal in service
one
-
do the network test with
nc
.
nc -vz sample-two-ky5chu 80
Another issue
The logs of service two
not even loaded
Current vs. Expected behavior
It should be connected.
Provide environment information
Operating System:
OS: Ubuntu 24.04
Arch: amd64
Dokploy version: 0.13.1
VPS provider: IDCloudhost
Application to test: nginx:alpine
Which area(s) are affected? (Select all that apply)
Docker
Are you deploying the applications where Dokploy is installed or on a remote server?
Same server where Dokploy is installed
Additional context
I tested on IDCloudhost
Will you send a PR to fix it?
Maybe, need help
Siumauricio commented
Duplicate #592