You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using argument with value like --pull always in up_args argument an error is thrown: change from 'absent' to 'present' failed: Execution of /usr/bin/docker compose -f /myproject/compose.yml -p myproject up --pull always -d --remove-orphans' returned 16: unknown flag: --pull always
Expected Behavior
Execution doesn't fail.
Changing type of up_args from string to Array fix the issue
Describe the Bug
When using argument with value like
--pull always
inup_args
argument an error is thrown:change from 'absent' to 'present' failed: Execution of /usr/bin/docker compose -f /myproject/compose.yml -p myproject up --pull always -d --remove-orphans' returned 16: unknown flag: --pull always
Expected Behavior
Execution doesn't fail.
Changing type of up_args from string to Array fix the issue
Steps to Reproduce
Use the following code:
Environment
The text was updated successfully, but these errors were encountered: