From 08870eee48bb1b3ea37a5a5430b70df6e9a45636 Mon Sep 17 00:00:00 2001 From: 3wc <3wc.git@doesthisthing.work> Date: Thu, 29 Oct 2020 19:42:07 +0200 Subject: [PATCH] SERVICE -> APP --- .envrc.sample | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.envrc.sample b/.envrc.sample index 09e6996..b52fcd5 100644 --- a/.envrc.sample +++ b/.envrc.sample @@ -1,4 +1,5 @@ -export SERVICE=traefik +export APP=traefik +# 3wc: leave this, we need to access the volume export STACK_NAME=traefik export DOMAIN=traefik.example.com