Browse Source

chg: dev: new compose do not use anymore ``.env`` file.

framadate
Valentin Lab 6 years ago
parent
commit
4919901078
  1. 2
      cron/hooks/init

2
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:

Loading…
Cancel
Save