Skip to content

Instantly share code, notes, and snippets.

@theothermattm
Created February 20, 2020 17:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save theothermattm/acef021ea3a3ca182e95be47e50ab026 to your computer and use it in GitHub Desktop.
Save theothermattm/acef021ea3a3ca182e95be47e50ab026 to your computer and use it in GitHub Desktop.
Using docker compose with overrides

Because I always forget the right order of passing in arguments!

Example up command with background process flag set:

docker-compose -f docker-compose.yml -f docker-compose-override-file.yml up -d myservice name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment