Skip to content

Instantly share code, notes, and snippets.

@seggcsont
Created May 10, 2017 05:54
Show Gist options
  • Save seggcsont/bd23c076a8c1b02e94a435656056d4c7 to your computer and use it in GitHub Desktop.
Save seggcsont/bd23c076a8c1b02e94a435656056d4c7 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment