Skip to content

Images from recipies are gone #5745

Answered by Kuchenpirat
Nordlicht-13 asked this question in Q&A
Discussion options

You must be logged in to vote

yeah, you can check the /app/data directoy.
Also just skipping through your compose file, it seems like you have the volumes misconfigured for the mealie service.

It should be like this:

- /mnt/diskpool/Apps_Data/mealie/data/app/data/
+ /mnt/diskpool/Apps_Data/mealie/data:/app/data/

You are missing the : which will not mount the volume into the container making it non persistent whil will result in your images being gone after a restart.

Replies: 4 comments 6 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@Nordlicht-13
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
5 replies
@Kuchenpirat
Comment options

@Nordlicht-13
Comment options

@Kuchenpirat
Comment options

Answer selected by Kuchenpirat
@Nordlicht-13
Comment options

@Nordlicht-13
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants