Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/no-carrier.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <github@rebertia.com>2015-08-13 06:40:56 +0300
committerChris Rebert <github@rebertia.com>2015-08-13 06:40:56 +0300
commitf30fceb4d0261024d14cfe919fde5d1c7d9668dd (patch)
tree997d68be9a0456d65531ae40a48608b5284290f7
parent6c5ed18126b6407a434b0ecc7dd5c05b0a63b9e8 (diff)
crontab: set env vars when running no-carrier container
-rw-r--r--no-carrier.crontab2
1 files changed, 1 insertions, 1 deletions
diff --git a/no-carrier.crontab b/no-carrier.crontab
index 553ba18..eacd74f 100644
--- a/no-carrier.crontab
+++ b/no-carrier.crontab
@@ -1 +1 @@
-0 0 * * * root docker run --rm=true no-carrier 2>&1 >> /var/log/no-carrier.log
+0 0 * * * root docker run --rm=true --env-file /etc/no-carrier.env.list no-carrier 2>&1 >> /var/log/no-carrier.log