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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: