-
|
Hi all, when I got it right, the plugin inventree-part-import stores it's config files in the /root/.config/inventree_part_import directory. That's fine as long as the container is running, but whenever I shutdown the containers via "docker compose down" the whole What is the recommended way to cope with that issue? Sorry - for these questions ... bear with me - I am a InvenTree-Newbie. Kind regards A.S. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
I'm not sure about that particular plugin, but you can always expose an external volume in your container setup (e.g. docker compose file) to ensure that some file locations within the container persist across sessions. |
Beta Was this translation helpful? Give feedback.
-
|
Okay, followed your hint and edited docker-compose.yml (section inventree-server) to become: ... and added the new parameter INVENTREE_PART_IMPORT_PLUGIN_CONFIG_VOLUME to .env file: That does the job - thank you for your hint! Kind regards A.S. |
Beta Was this translation helpful? Give feedback.
Okay, followed your hint and edited docker-compose.yml (section inventree-server) to become:
... and added the new parameter INVENTREE_PART_IMPORT_PLUGIN_CONFIG_VOLUME to .env file:
That does the job - thank you for your hint!
Kind regards
A.S.