Refreshes image-based services to the newest available tags.

Section: CI/CD and Release Patterns

Pull latest images and recreate

bash
bash
docker compose pull && docker compose up -d
Explanation

Simple deployment flow for smaller self-hosted stacks.

Learn the surrounding workflow

Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.

Related commands

Same sheet · prioritizing CI/CD and Release Patterns
Build stack in CI
Builds the project with CI-specific overrides applied.
OpenIn sheetbashsame section
Run integration stack and exit with service code
Runs an integration stack and returns the test container exit code.
OpenIn sheetbashsame section
Tear down CI stack with volumes
Fully cleans up the test environment and removes stale containers.
OpenIn sheetbashsame section
Watch files and sync/rebuild
Watches project files and applies sync or rebuild actions when configured.
OpenIn sheetbash2 tag match
Validate effective config
Checks whether the Compose config is valid without printing it.
OpenIn sheetbash2 tag match
App with healthcheck and restart policy
Adds self-healing and health visibility to a service.
OpenIn sheetyaml2 tag match