Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rymawby/6cbdfd3a20f428b9ec43f77c0f4f8d55 to your computer and use it in GitHub Desktop.
Save rymawby/6cbdfd3a20f428b9ec43f77c0f4f8d55 to your computer and use it in GitHub Desktop.
Update docker image using docker compose
// Pull latest version
docker-compose pull
// Stop and remove older version
docker-compose down
// Start the container
docker-compose up -d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment