Skip to content

Instantly share code, notes, and snippets.

@oreillyross
Created April 17, 2024 12:29
Show Gist options
  • Save oreillyross/89f3c15c260923e239ae6ebaf95fc2a2 to your computer and use it in GitHub Desktop.
Save oreillyross/89f3c15c260923e239ae6ebaf95fc2a2 to your computer and use it in GitHub Desktop.
We can use both the up and down commands in combination to easily reboot our application when we want to get updated code or dependencies into it. We can chain these commands as
docker compose down --volumes && docker compose up --build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment