-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Description
Hi.
I am trying to follow: https://jitsi.github.io/handbook/docs/devops-guide/devops-guide-docker/
And after configuring .env I am trying to run 'docker compose' I am getting:
docker compose -f docker-compose.yml up -d
WARN[0000] The "HTTP_PORT" variable is not set. Defaulting to a blank string.
WARN[0000] The "HTTPS_PORT" variable is not set. Defaulting to a blank string.
WARN[0000] The "CONFIG" variable is not set. Defaulting to a blank string.
WARN[0000] The "CONFIG" variable is not set. Defaulting to a blank string.
WARN[0000] The "CONFIG" variable is not set. Defaulting to a blank string.
WARN[0000] The "CONFIG" variable is not set. Defaulting to a blank string.
WARN[0000] The "CONFIG" variable is not set. Defaulting to a blank string.
WARN[0000] The "CONFIG" variable is not set. Defaulting to a blank string.
WARN[0000] The "CONFIG" variable is not set. Defaulting to a blank string.
WARN[0000] The "CONFIG" variable is not set. Defaulting to a blank string.
[+] up 4/4
! Image jitsi/jvb:latest Interrupted 1.0s
✘ Image jitsi/prosody:latest Error failed to resolve reference "docker.io/jitsi/prosody:latest": docker.io/jitsi/prosody:latest: n... 1.0s
! Image jitsi/web:latest Interrupted 1.0s
! Image jitsi/jicofo:latest Interrupted 1.0s
Error response from daemon: failed to resolve reference "docker.io/jitsi/prosody:latest": docker.io/jitsi/prosody:latest: not found
Warnings probably are less important than "✘ Image jitsi/prosody:latest Error failed to resolve reference "docker.io/jitsi/prosody:latest":"
Checking the url manually returns 404 page after expected redirect. Looks like images were moved to a different location. What that location would be?