mirror of
https://github.com/offen/docker-volume-backup.git
synced 2025-12-24 01:31:12 +01:00
Always use read only socket mount in tests (#546)
This commit is contained in:
@@ -42,7 +42,7 @@ services:
|
||||
volumes:
|
||||
- ${LOCAL_DIR:-./local}:/archive
|
||||
- app_data:/backup/data:ro
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
|
||||
volumes:
|
||||
app_data:
|
||||
|
||||
Reference in New Issue
Block a user