Always use read only socket mount in tests (#546)

This commit is contained in:
Frederik Ring
2025-02-26 12:00:39 +01:00
committed by GitHub
parent 2884d89f47
commit bad2d98ac8
27 changed files with 27 additions and 27 deletions

View File

@@ -23,7 +23,7 @@ docker run --rm -q \
--network test_network \
-v app_data:/backup/app_data \
-v $LOCAL_DIR:/archive \
-v /var/run/docker.sock:/var/run/docker.sock \
-v /var/run/docker.sock:/var/run/docker.sock:ro \
--env BACKUP_COMPRESSION=zst \
--env BACKUP_FILENAME='test.{{ .Extension }}' \
--entrypoint backup \