Recovery
Recreate a service after error or config update
docker-compose up -d --no-deps --force-recreate fastapi
This example recreates the fastapi service without recreating its dependant services.
Recreate a service after error or config update
docker-compose up -d --no-deps --force-recreate fastapi
This example recreates the fastapi service without recreating its dependant services.