mirror of
https://github.com/ViViDboarder/docker-duplicity-cron.git
synced 2024-11-14 18:06:32 +00:00
7 lines
142 B
Bash
7 lines
142 B
Bash
|
#! /bin/bash
|
||
|
|
||
|
export DOCKER_BASE=$1
|
||
|
|
||
|
docker-compose -f docker-compose-test-s3.yml up \
|
||
|
--build --abort-on-container-exit --force-recreate
|