Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save prog/5582975a9eb26175619f0e38f5a93794 to your computer and use it in GitHub Desktop.
Save prog/5582975a9eb26175619f0e38f5a93794 to your computer and use it in GitHub Desktop.
export VAR1="foo"
export VAR2="bar"
envsubst < docker-compose-template.yml > docker-compose.yml
docker-compose -f docker-compose.yml pull
docker-compose -f docker-compose.yml up -d
@parkseungchul
Copy link

parkseungchul commented Feb 12, 2021

perfect!!! thank u!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment