1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-07 06:25:21 +02:00

docker image updates

This commit is contained in:
Hayden 2021-01-09 13:13:16 -09:00
parent caad1acd76
commit d81ea8ead5
3 changed files with 4 additions and 3 deletions

View file

@ -16,8 +16,7 @@ services:
db_host: mongo
db_port: 27017
volumes:
- ./mealie/data/img:/app/data/img
- ./mealie/data/backups:/app/data/backups
- ./mealie/data/:/app/data
mongo:
image: mongo
restart: always