GitBulletin

Repository: farcasterxyz/hub-monorepo

Cautionary Update: New Warning on Docker Compose Usage to Prevent Confusion!

2024-02-23 00:29:32 UTC

Developers Advised to Check Latest Tagged Releases Before Launching Containers, Following Issue #1727 Revelations.

Commit Details:

docs: Add warning about running `docker compose up` from latest `main` (#1730) ## Motivation Avoids confusion like that in https://github.com/farcasterxyz/hub-monorepo/issues/1727 ## Change Summary Add a note to the top of the compose file. ## Merge Checklist _Choose all relevant options below by adding an `x` now or at any time before submitting for review_ - [x] PR title adheres to the [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) standard - [ ] PR has a [changeset](https://github.com/farcasterxyz/hub-monorepo/blob/main/CONTRIBUTING.md#35-adding-changesets) - [x] PR has been tagged with a change label(s) (i.e. documentation, feature, bugfix, or chore) - [x] PR includes [documentation](https://github.com/farcasterxyz/hub-monorepo/blob/main/CONTRIBUTING.md#32-writing-docs) if necessary. - [ ] All [commits have been signed](https://github.com/farcasterxyz/hub-monorepo/blob/main/CONTRIBUTING.md#22-signing-commits) ## Additional Context If this is a relatively large or complex change, provide more details here that will help reviewers <!-- start pr-codex --> --- ## PR-Codex overview This PR adds a warning to `docker-compose.yml` advising to use the latest tagged release before running `docker compose up`. ### Detailed summary - Added a warning message in `docker-compose.yml` advising to checkout the latest tagged release before running `docker compose up`. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->

Search Similar