Version
2026.07.02
Unraid Version
7.3.1
Bug Description
Creating a new stack with an external / indirect folder path (e.g. /mnt/user/appdata/newstack) does not create the compose.override.yaml under /boot/config/plugins/compose.manager/projects/newstack
This results in an error when the compose.sh script tries to autostart the stack. Because the script is expecting the override file to be present the stack can not start.
Expected Behavior
The compose.override.yaml file should be created when the stack is created with indirect folder.
Steps to Reproduce
- make a new stack folder "newstack" under /mnt/user/appdata/
- Create an new Stack with the compose plugin (gui)
- Select the path /mnt/user/appdata/newstack as indirect folder path for the project
- ls /boot/config/plugins/compose.manager/projects/newstack -> compose.override.yaml is missing
Relevant Logs
Compose
Additional Context
Suggested fix:
Make sure the compose.override file is beeing created under the project path of the compose plugin
Version
2026.07.02
Unraid Version
7.3.1
Bug Description
Creating a new stack with an external / indirect folder path (e.g. /mnt/user/appdata/newstack) does not create the compose.override.yaml under /boot/config/plugins/compose.manager/projects/newstack
This results in an error when the compose.sh script tries to autostart the stack. Because the script is expecting the override file to be present the stack can not start.
Expected Behavior
The compose.override.yaml file should be created when the stack is created with indirect folder.
Steps to Reproduce
Relevant Logs
Compose
-Additional Context
Suggested fix:
Make sure the compose.override file is beeing created under the project path of the compose plugin