1
0
mirror of https://github.com/offen/docker-volume-backup.git synced 2025-11-23 21:44:40 +02:00

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

@@ -30,7 +30,7 @@ services:
BACKUP_PRUNING_LEEWAY: 5s
volumes:
- app_data:/backup/app_data:ro
- /var/run/docker.sock:/var/run/docker.sock
- /var/run/docker.sock:/var/run/docker.sock:ro
- ${CERT_DIR:-.}/rootCA.crt:/root/minio-rootCA.crt
offen: