fix: stop old containers before compose up in production deploy #65

Merged
jimmy merged 1 commits from dev into main 2026-05-18 00:07:44 +08:00
Owner
No description provided.
jimmy added 1 commit 2026-05-18 00:07:33 +08:00
- Add docker compose down step before up to ensure the production
  container is recreated with the freshly-built image
- Without this, compose sees the old running container and skips it,
  while the Docker 24 network bug is silently swallowed by || true

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
jimmy merged commit 584aa1de19 into main 2026-05-18 00:07:44 +08:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: jimmy/nas-tools#65