diff --git a/jenkins/master/docker-compose.yaml b/jenkins/master/docker-compose.yaml index 57cacc49..ff9dd64e 100644 --- a/jenkins/master/docker-compose.yaml +++ b/jenkins/master/docker-compose.yaml @@ -29,6 +29,7 @@ services: restart: always volumes: - "/opt/crawlab/mongo/data/db:/data/db" + - "/opt/crawlab/mongo/tmp:/tmp" redis: image: redis:latest restart: always