diff --git a/docker-compose.yml b/docker-compose.yml index 3deab4352a..9fe4baa749 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -61,7 +61,7 @@ services: volumes: # mount the docker socket to allow to run docker containers from within the workers - /var/run/docker.sock:/var/run/docker.sock - # - worker_dependency_cache:/tmp/windmill/cache + - worker_dependency_cache:/tmp/windmill/cache - worker_logs:/tmp/windmill/logs ## This worker is specialized for "native" jobs. Native jobs run in-process and thus are much more lightweight than other jobs