mirror of
https://github.com/ViViDboarder/docker-duplicity-cron.git
synced 2024-11-14 22:56:29 +00:00
7 lines
182 B
Bash
7 lines
182 B
Bash
|
#! /bin/bash
|
||
|
|
||
|
export COMPOSE_FILE="docker-compose-test-$1.yml"
|
||
|
export DOCKER_IMAGE="$2"
|
||
|
docker-compose -f "$COMPOSE_FILE" up \
|
||
|
--build --abort-on-container-exit --force-recreate
|