Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sample docker-compose under getting-started doesn't persist mongo db #41

Closed
mrherman opened this issue Jan 6, 2021 · 3 comments
Closed

Comments

@mrherman
Copy link

mrherman commented Jan 6, 2021

On the Mealie website under getting started it gives a docker-compose file. It doesn't persist the directory /data/db in the mongo container. It also doesn't allow the user to access the logs easilt in the mealier container. Suggest changing it to show

Under Mongo -
volumes:
- ./mongo_data:/data/db

Under Mealie -
volumes:
- ./mealie_data:/app/data

Or whatever host subdirectory you think is appropriate.

@hay-kot
Copy link
Collaborator

hay-kot commented Jan 6, 2021

Good catch! Not sure how I haven't come across that error myself. I updated the documentation to reflect the changes you suggested.

@hay-kot hay-kot closed this as completed Jan 6, 2021
@gajewsky
Copy link

gajewsky commented Jan 9, 2021

hey @hay-kot could you link commit with those changes? I was not able to find it :(

@hay-kot
Copy link
Collaborator

hay-kot commented Jan 9, 2021

hey @hay-kot could you link commit with those changes? I was not able to find it :(

Updated documentation can be found here https://hay-kot.github.io/mealie/getting-started/install/

Let me know if that helps!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants