mirror of
https://github.com/offen/docker-volume-backup.git
synced 2026-01-07 16:12:37 +01:00
Retry creation of sandbox container (#276)
* Extend sleep when Docker daemon seems ready * Pruning test shall not write to local fs * Make sure container names do not conflict
This commit is contained in:
@@ -35,7 +35,7 @@ services:
|
||||
volumes:
|
||||
- app_data:/backup/app_data:ro
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- ./local:/archive
|
||||
- ${LOCAL_DIR:-./local}:/archive
|
||||
|
||||
offen:
|
||||
image: offen/offen:latest
|
||||
|
||||
Reference in New Issue
Block a user