fix
This commit is contained in:
+5
-2
@@ -1,6 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
source .env
|
||||
image=hub.realmanual.ru/images/backup-2/backup:latest
|
||||
|
||||
docker run --rm --env-file .env --network dalarmbot_net --name test_backup hub.realmanual.ru/images/backup-2:latest
|
||||
source .env
|
||||
docker pull $image
|
||||
|
||||
docker run --rm --env-file .env --network dalarmbot_net --name test_backup $image
|
||||
echo "Backup create and save to ${STORAGE_HOST}/${STORAGE_PATH}"
|
||||
|
||||
Reference in New Issue
Block a user