Test compose timeout option

This commit is contained in:
MaxJa4
2023-08-28 22:11:39 +02:00
parent 410a0ab898
commit 0282514b2b
15 changed files with 29 additions and 29 deletions

View File

@@ -13,7 +13,7 @@ docker compose up -d --quiet-pull
# sleep until a backup is guaranteed to have happened on the 1 minute schedule
sleep 100
docker compose down --volumes
docker compose down --volumes --timeout 3
if [ ! -f ./local/conf.tar.gz ]; then
fail "Config from file was not used."