OpenMediaVault-Plugin-Developers / openmediavault-compose

openmediavault plugin for docker-compose
14 stars 5 forks source link

Wrong path for compose files #11

Closed jaype87 closed 1 year ago

jaype87 commented 1 year ago

I think the recent commit 4ea0d80bf2c5c02ae4e137e662d41f71b42c21db removed too many slashes in some cases.

It seems, that changes made to compose files are saved to <Share Name with removed trailing "/"> (which is wrong, as it creates a new folder for each Stack at the level of the share, not inside it) but read from <Share Name with trailing "/"> when "up"-ing the stack.

Therefore changes made to the compose files in the UI aren't applied.

ryecoaaron commented 1 year ago

Fixed in 6.9.4. Every sharedfolder on my system had a trailing slash. So, I didn't notice this.

jaype87 commented 1 year ago

Thanks for the quick fix!