mirror of
https://github.com/offen/docker-volume-backup.git
synced 2026-04-16 22:25:37 +02:00
Always use read only socket mount in tests (#546)
This commit is contained in:
@@ -35,7 +35,7 @@ services:
|
||||
BACKUP_PRUNING_LEEWAY: 5s
|
||||
volumes:
|
||||
- pg_data:/backup/pg_data:ro
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
secrets:
|
||||
- minio_root_user
|
||||
- minio_root_password
|
||||
|
||||
Reference in New Issue
Block a user