LinuxForHealth / connect-r-and-d

Linux For Health Connectors for Inbound Data Processing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

COMPOSE_FILE variable isn't populated after ./start-stack.sh is executed

dixonwhitmire opened this issue · comments

Please review the ./start-stack.sh script to determine why the docker compose COMPOSE_FILE variable isn't populated when start-stack.sh completes

Actually, COMPOSE_FILE is exported everywhere in the script. Indeed, with a clean console, I can run . ./start-stack.sh and see that COMPOSE_FILE is populated after the script is run. In what environment & use case did you see this @dixonwhitmire ?

@ccorley Thanks for taking a look! I will retest to see if I can duplicate. This may have been a case where I tried to execute the command from "the wrong tab"