Skip to content
This repository was archived by the owner on May 6, 2024. It is now read-only.

Commit a56529a

Browse files
made the volume read-only
1 parent c70d50f commit a56529a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vantage/node/docker_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ def run(self, result_id: int, image: str, database_uri: str,
186186
},
187187
os.environ["DATA_VOLUME_NAME"]:{
188188
"bind": "/mnt/data-volume",
189-
"mode": "r"
189+
"mode": "ro"
190190
}
191191
}
192192
)

0 commit comments

Comments
 (0)