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
To the best of my knowledge, docker compose up my-service does not restart the container if it’s already up and running, even if my-config1.yaml or my-config2.yaml changed.
Since we are using Gradle with the gradle-docker-compose-plugin anyway, I would like to leverage Gradle to track input file changes and let trigger the Docker container recreation if necessary.
Is there a recommended way to achieve this or does even gradle-docker-compose-plugin support this feature out-of-the-box?
The text was updated successfully, but these errors were encountered:
I have a Docker Compose service that mounts some project files as volume into the container
To the best of my knowledge,
docker compose up my-service
does not restart the container if it’s already up and running, even ifmy-config1.yaml
ormy-config2.yaml
changed.Since we are using Gradle with the gradle-docker-compose-plugin anyway, I would like to leverage Gradle to track input file changes and let trigger the Docker container recreation if necessary.
Is there a recommended way to achieve this or does even
gradle-docker-compose-plugin
support this feature out-of-the-box?The text was updated successfully, but these errors were encountered: