Deploy failed after running "docker compose up --build" #2706
Answered
by
george-gca
xinkai-zhou
asked this question in
Q&A
-
Hello, I wanted to try to build my own docker image, but after running "docker compose up --build", and pushing to GitHub, "deploy" fails with the following message:
Is there anyway I can revert back, essentially undoing the "docker compose up --build" command? |
Beta Was this translation helpful? Give feedback.
Answered by
george-gca
Oct 16, 2024
Replies: 1 comment
-
Try this: docker compose pull
docker compose up |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
george-gca
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try this: