mirror of
https://github.com/ViViDboarder/docker-restic-cron.git
synced 2024-10-31 18:36:36 +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
|