mirror of
https://github.com/ViViDboarder/docker-restic-cron.git
synced 2024-11-14 17:26:47 +00:00
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
|