1
0
mirror of https://github.com/offen/docker-volume-backup.git synced 2025-06-30 22:33:38 +02:00

Change default value for SSH identity file (#108)

* Change default value for SSH identity file

* Force remove write protected file in tests
This commit is contained in:
Frederik Ring
2022-06-17 11:28:29 +02:00
committed by GitHub
parent 0b205fe6dc
commit 1892d56ff6
4 changed files with 7 additions and 6 deletions

View File

@ -66,7 +66,7 @@ services:
SSH_IDENTITY_PASSPHRASE: test1234
volumes:
- ./local:/archive
- ./id_rsa:/root/.ssh/id
- ./id_rsa:/root/.ssh/id_rsa
- app_data:/backup/app_data:ro
- /var/run/docker.sock:/var/run/docker.sock

View File

@ -71,4 +71,4 @@ fi
echo "[TEST:PASS] Local backups have not been deleted."
docker-compose down --volumes
rm id_rsa id_rsa.pub
rm -f id_rsa id_rsa.pub