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
Honestly, I do not know why this error arises, apparently this is due to the fact that migrator have image: bot:latest, but this image name also have service bot
(maybe you have an outdated version of docker/docker compose, try to update versions)
If the problem was not able to solve, you can remove service migrator from docker-compose.yml file and manually start migrations like this: docker compose exec bot alembic upgrade head but to make this you need add volume to service bot:
docker compose up -d --build
migrator Error pull access denied for bot, repository does not exist or may require 'docker login': denied: requested access to the res...
The text was updated successfully, but these errors were encountered: