Comment on Docker compose questions
thomasloven@lemmy.world 1 year ago
Depends on the language the script is written in.
If it’s bash/sh then it’s usually just $VARIABLE
Comment on Docker compose questions
thomasloven@lemmy.world 1 year ago
Depends on the language the script is written in.
If it’s bash/sh then it’s usually just $VARIABLE
cmhe@lemmy.world 1 year ago
Environment variables isn’t a concept of just docker, but general native app programming. So look into the docs of your language.