Hello everyone, I’m having a problem while install...
# ask-community
n
Hello everyone, I’m having a problem while installing Dagster on a multi-container setup using Docker Compose. The issue I’m encountering is that new containers are being created each time a job runs. I’ve tried adjusting the configuration in the ‘dagster.yml’ file with (remove: true, auto_remove: true), but unfortunately, it hasn’t resolved the problem. Could anyone provide guidance on how to do this? Thanks.
🤖 1
I figured it, my mistake is that I didn’t rebuild the docker image.