1
0
mirror of https://github.com/offen/docker-volume-backup.git synced 2025-11-29 05:46:50 +02:00

Add test case for exec label (#132)

This commit is contained in:
Frederik Ring
2022-07-15 09:34:01 +02:00
committed by GitHub
parent 3f10d0f817
commit 26c8ba971f
3 changed files with 20 additions and 1 deletions

View File

@@ -1115,7 +1115,7 @@ services:
labels:
- docker-volume-backup.archive-pre=/bin/sh -c 'mysqldump -psecret --all-databases > /tmp/dumps/dump.sql'
volumes:
- app_data:/tmp/dumps
- data:/tmp/dumps
backup:
image: offen/docker-volume-backup:v2
environment: