github basnijholt/compose-farm v1.11.0

latest releases: v1.18.4, v1.18.3, v1.18.2...
3 months ago

Breaking Change

  • restart command now matches Docker Compose semantics: cf restart now runs docker compose restart (sends restart signal to running containers) instead of down + up (recreating containers). Users who want the old behavior can use cf down mystack && cf up mystack.

Changes

  • restart no 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"

Don't miss a new compose-farm release

NewReleases is sending notifications on new releases.