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

@@ -7,7 +7,7 @@ services:
BACKUP_RETENTION_DAYS: '7'
volumes:
- app_data:/backup/app_data:ro
- /var/run/docker.sock:/var/run/docker.sock
- /var/run/docker.sock:/var/run/docker.sock:ro
- ${LOCAL_DIR:-./local}:/archive
offen: