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
docker compose up fails due to port binding 0.0.0.0:2376 error of domino proxy.
Using netstat -lnp I do not see that binding for 0.0.0.0:2376 was up before
What steps will reproduce the bug?
No response
What is the expected behavior? Why is that the expected behavior?
No response
What do you see instead?
WARN[0000] The "DOMINO_COMPOSE_DEV" variable is not set. Defaulting to a blank string.
WARN[0000] The "AIRFLOW_UID" variable is not set. Defaulting to a blank string.
WARN[0000] The "AIRFLOW_UID" variable is not set. Defaulting to a blank string.
WARN[0000] The "DOMINO_DEFAULT_PIECES_REPOSITORY_TOKEN" variable is not set. Defaulting to a blank string.
WARN[0000] The "DOMINO_CREATE_DEFAULT_USER" variable is not set. Defaulting to a blank string.
WARN[0000] The "DOMINO_COMPOSE_DEV" variable is not set. Defaulting to a blank string.
WARN[0000] The "DOMINO_COMPOSE_DEV" variable is not set. Defaulting to a blank string.
WARN[0000] The "DOMINO_COMPOSE_DEV" variable is not set. Defaulting to a blank string.
[+] Running 12/13
⠿ Network domino_domino-postgres-network Created 0.0s
⠿ Network domino_default Created 0.0s
⠿ Container domino-postgres Started 1.0s
⠿ Container airflow-redis Started 0.7s
⠿ Container domino-docker-proxy Starting 30.4s
⠿ Container airflow-postgres Started 2.0s
⠿ Container domino-rest Started 11.8s
⠿ Container airflow-init Started 13.2s
⠿ Container airflow-domino-worker Started 30.3s
⠿ Container airflow-domino-scheduler Started 28.3s
⠿ Container airflow-triggerer Started 28.1s
⠿ Container airflow-webserver Started 29.3s
⠿ Container domino-frontend Started 13.0s
Error response from daemon: driver failed programming external connectivity on endpoint domino-docker-proxy: Bind for 0.0.0.0:2376 failed: port is already allocated
Additional information
No response
The text was updated successfully, but these errors were encountered:
Version
domino, version 0.9.4
Platform
x86_64 #1 SMP Tue Jun 18 14:00:06 UTC 2024 x86_64 GNU/Linux
Docker version
Docker version 20.10.9, build c2ea9bc
Kubernetes version
Client Version: version.Info{Major:"1", Minor:"23", GitVersion:"v1.23.16"
Describe the bug.
docker compose up fails due to port binding
0.0.0.0:2376
error of domino proxy.Using
netstat -lnp
I do not see that binding for0.0.0.0:2376
was up beforeWhat steps will reproduce the bug?
No response
What is the expected behavior? Why is that the expected behavior?
No response
What do you see instead?
Additional information
No response
The text was updated successfully, but these errors were encountered: