-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
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
Trigger docker compose don't update file #546
Comments
I have the same issue. |
@setrin - Does that mean you have it working with a batch trigger? I can't seem to get it to actually do anything. Only evidence I see of it at all is the manual button in the GUI, which as you said, only updates the container, not the compose file. |
Yes. When |
Hi, You spotted the real problem 👍 Indeed, by default, the compose trigger only supports batch mode to avoid concurrent updates on the docker-compose.yml file. |
Hi,
I don't understand why, on the version 7.2.0 this feature worked but when I switched to main version it stopped fully working.
The file isn't modified but the target container is updated with the new image, and no backup file is created.
Here my docker-compose :
The docker-compose.yml file is well mounted in the container.
The text was updated successfully, but these errors were encountered: