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
❯ lsof -i:5678
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
rootlessp 740334 nite 10u IPv6 3040438 0t0 TCP \*:rrac (LISTEN)
Is this as expected or a bug?
In addition, I found that a container in a compose file connect to another container not using the name of the container in the compose file. For example, in this compose file, the n8n container connect to the postgres container through systemd-n8n-postgres. If using postgres, a dns error will be obtained. This is a bit confusing.
The text was updated successfully, but these errors were encountered:
I generate quadlet files from this compose, and get
I found that I could not access n8n from the host through 5678. At this time, the host port listening status was
When I removed
PublishPort=5678:5678
from the .pod file and added it to n8n-n8n.container, the problem was solved.At this time, the host port listening status is
Is this as expected or a bug?
In addition, I found that a container in a compose file connect to another container not using the name of the container in the compose file. For example, in this compose file, the n8n container connect to the postgres container through
systemd-n8n-postgres
. If usingpostgres
, a dns error will be obtained. This is a bit confusing.The text was updated successfully, but these errors were encountered: