Lost all apps when docker pulling! #18018
-
Beta Was this translation helpful? Give feedback.
Answered by
ConorWebb96
Feb 14, 2026
Replies: 1 comment 1 reply
-
I would check to see if there is any data in your volumes. It's very likely you've just created new volumes. But existing data from previous setups is still there. Your couch service is very different from the one included in the Docker Compose file. Try updating it and see if it makes a difference. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
dev-artisan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

I would check to see if there is any data in your volumes. It's very likely you've just created new volumes. But existing data from previous setups is still there.
Your couch service is very different from the one included in the Docker Compose file. Try updating it and see if it makes a difference.