File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ services:
1717 # Choose what work to process
1818 - EXECUTOR_QUEUE_NAME=
1919 # Note: Must match left-hand side of scratch volume mount
20- - EXECUTOR_DOCKER_HOST_MOUNT_PATH=/tmp/sourcegraph/executor- scratch
20+ - EXECUTOR_DOCKER_HOST_MOUNT_PATH=/scratch
2121 # Note: Must match right-hand side of scratch volume mount
2222 - TMPDIR=/scratch
2323 # Run as root (required for docker daemon control)
@@ -27,7 +27,7 @@ services:
2727 # Mount docker socket
2828 - ' /var/run/docker.sock:/var/run/docker.sock'
2929 # Mount volume for workspaces shared by executor and launched containers
30- - ' /tmp/sourcegraph/executor- scratch:/scratch'
30+ - ' /scratch:/scratch'
3131 networks :
3232 - sourcegraph
3333 restart : always
You can’t perform that action at this time.
0 commit comments