We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I add:
recycle: no
It does activate the recycle bin. This is probably due to the code just checking if recycle exists, rather then checking it's value.
recycle
recycle: no should be equivalent to omitting it.
recycle: no is equivalent to recycle: yes
recycle: yes
N/A
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Support guidelines
I've found a bug and checked that ...
Description
When I add:
It does activate the recycle bin. This is probably due to the code just checking if
recycle
exists, rather then checking it's value.Expected behaviour
recycle: no
should be equivalent to omitting it.Actual behaviour
recycle: no
is equivalent torecycle: yes
Steps to reproduce
N/A
Docker info
Docker Compose config
N/A
Logs
Additional info
N/A
The text was updated successfully, but these errors were encountered: