From 49199010782bbbb3f316d5ab4cbcecc8c09a980f Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Mon, 10 Dec 2018 15:45:13 +0100 Subject: [PATCH] chg: dev: new compose do not use anymore ``.env`` file. --- cron/hooks/init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cron/hooks/init b/cron/hooks/init index 41591f5..69a9633 100755 --- a/cron/hooks/init +++ b/cron/hooks/init @@ -29,7 +29,7 @@ init-config-add " $CHARM_NAME: volumes: - /etc/timezone:/etc/timezone:ro - - \${DOCKER_COMPOSE_PATH}/bin/dc:/bin/dc:ro + - \$DOCKER_COMPOSE_PATH/bin/dc:/bin/dc:ro - $COMPOSE_LAUNCHER_BIN:/bin/compose:ro - $COMPOSE_LAUNCHER_OPTS:$COMPOSE_LAUNCHER_OPTS:ro environment: