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