Breaking Change
restartcommand now matches Docker Compose semantics:cf restartnow runsdocker compose restart(sends restart signal to running containers) instead ofdown + up(recreating containers). Users who want the old behavior can usecf down mystack && cf up mystack.
Changes
restartno longer triggers Traefik config regeneration (since containers aren't recreated)- Updated all documentation and tooltips to reflect the new behavior
- Clarified "Update" button tooltips to use "recreates" instead of "restarts"