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
[root@starbase-01 jawanndenn]# docker-compose up --build
WARN[0000] The "JAWANNDENN_DEBUG" variable is not set. Defaulting to a blank string.
WARN[0000] The "JAWANNDENN_URL_PREFIX" variable is not set. Defaulting to a blank string.
WARN[0000] The "JAWANNDENN_SENTRY_DSN" variable is not set. Defaulting to a blank string.
WARN[0000] The "JAWANNDENN_ALLOWED_HOSTS" variable is not set. Defaulting to a blank string.
WARN[0000] The "JAWANNDENN_SENTRY_DSN" variable is not set. Defaulting to a blank string.
WARN[0000] The "JAWANNDENN_URL_PREFIX" variable is not set. Defaulting to a blank string.
WARN[0000] The "JAWANNDENN_ALLOWED_HOSTS" variable is not set. Defaulting to a blank string.
WARN[0000] The "JAWANNDENN_DEBUG" variable is not set. Defaulting to a blank string.
WARN[0000] The "JAWANNDENN_SENTRY_DSN" variable is not set. Defaulting to a blank string.
[+] Running 0/3
⠿ postgres Error 1.4s
⠿ redis Error 1.4s
⠿ cron Error 1.4s
Error response from daemon: pull access denied for jawanndenn_jawanndenn, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
[root@starbase-01 jawanndenn]#
The text was updated successfully, but these errors were encountered:
Hi @beppe9000 is this with the Golang re-write 2.x.x of docker-compose or with the Python-based 1.x.x version? I don't get this error with the Python version.
@beppe9000 I can confirm now that this is an issue with docker-compose 2.x.x but not 1.x.x, as verified with version 2.1.1 and 1.29.2 locally. A workaround is to first run docker compose build and then docker compose up -d.
hartwork
changed the title
uunable to start with docker-compose
"docker-compose up --build" fails with docker-compose 2.x.x (but not 1.x.x)
Nov 8, 2021
The text was updated successfully, but these errors were encountered: