How can I use .env.local #257
-
First of all great work on creating this! Is there a way I can use |
Beta Was this translation helpful? Give feedback.
Answered by
csmilitante
Jun 21, 2022
Replies: 1 comment
-
Solved using |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
csmilitante
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Solved using
set -o allexport; source .env.local; set +o allexport;
before runningdocker-compose up -d