mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-24 07:15:24 -07:00
Update docker-compose
Updated docker-compose to use one higher level mount instead of 2 lower level mounts. This will also store the debug json locally if imports fail vs having to go into the container.
This commit is contained in:
parent
f5ab2dcde8
commit
18c4661052
1 changed files with 2 additions and 3 deletions
|
@ -38,8 +38,7 @@ services:
|
|||
db_port: 27017 # The Default port for Mongo DB
|
||||
TZ: America/Anchorage
|
||||
volumes:
|
||||
- ./data/img:/app/data/img
|
||||
- ./data/backups:/app/data/backups
|
||||
- ./data:/app/data
|
||||
|
||||
mongo:
|
||||
image: mongo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue