mirror of
https://github.com/offen/docker-volume-backup.git
synced 2026-04-12 04:25:36 +02:00
Always use read only socket mount in tests (#546)
This commit is contained in:
@@ -30,7 +30,7 @@ services:
|
||||
volumes:
|
||||
- ${KEY_DIR:-.}/id_rsa:/root/.ssh/id_rsa
|
||||
- app_data:/backup/app_data:ro
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
|
||||
offen:
|
||||
image: offen/offen:latest
|
||||
|
||||
Reference in New Issue
Block a user