-
Notifications
You must be signed in to change notification settings - Fork 4
[Bug]: Profile support broken #80
Description
Version
2026.03.28
Unraid Version
7.2.4
Bug Description
Profiles no longer seem to work correctly. When doing compose up or down on a stack with profiles, selecting a specific profile in the popup window does not actually change the compose command run on the system. Additionally the plugin no longer seems to remember the configured labels for all the containers in the stack. I dont know for certain but it looks to me like its either containers that are not in the default profile or perhaps containers that are not started or stopped with whatever profile is selected.
Expected Behavior
The selection of a profile when running up or down should add a --profile x to the compose command to correctly use profiles. Also the plugin should rememeber configured icons, webui, and shell labels for all containers in the compose file regardless of what profiles they are included in.
Steps to Reproduce
- Have a compose file with multiple profiles, including containers that are in multiple profiles.
- Setup icons for all containers via the interface.
- Attempt to run compose up on a single profile, other than the default profile.
- Check the debug output in the syslog to see that the compose command did not include a profile flag.
- Check the configured icons for the stack to see that some are no longer populated.
Relevant Logs
Compose
Additional Context
No response