Skip to content

Fix strapi network mismatch issues in Docker instructions #2578

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 15, 2025

Conversation

Tasleem222
Copy link
Contributor

Corrected strapi network mismatch issues. In docker compose everywhere "strapi" as network has been used but in the last segment where network is explicitly is defined it is written "Strapi" due to which while running docker compose up -d it terminates old container and restricts new container due to network mismatch and then i had to manually delete old container and run new container with new network name.

What does it do?

Describe the technical changes you did.

Why is it needed?

Describe the issue you are solving.

Related issue(s)/PR(s)

Let us know if this is related to any issue/pull request

Corrected strapi network mismatch issues. In docker compose everywhere "strapi" as network has been used but in the last segment where network is explicitly is defined it is written "Strapi" due to which while running docker compose up -d it terminates old container and restricts new container due to network mismatch and then i had to manually delete old container and run new container with new network name.
@Tasleem222 Tasleem222 requested a review from meganelacheny as a code owner July 9, 2025 07:31
@strapi-cla
Copy link

strapi-cla commented Jul 9, 2025

CLA assistant check
All committers have signed the CLA.

Copy link

vercel bot commented Jul 9, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
documentation ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 9, 2025 7:35am

Copy link
Collaborator

@pwizla pwizla left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, @Tasleem222!
The PR is now approved, merged, should be live on docs.strapi.io in a few minutes, and will be mentioned in the next weekly snapshot release.

@pwizla pwizla changed the title Update docker.md Fix strapi network mismatch issues in Docker instructions Jul 15, 2025
@pwizla pwizla self-assigned this Jul 15, 2025
@pwizla pwizla added this to the 6.6.3 milestone Jul 15, 2025
@pwizla pwizla merged commit 527a24f into strapi:main Jul 15, 2025
3 checks passed
pwizla pushed a commit that referenced this pull request Jul 15, 2025
Corrected strapi network mismatch issues. In docker compose everywhere "strapi" as network has been used but in the last segment where network is explicitly is defined it is written "Strapi" due to which while running docker compose up -d it terminates old container and restricts new container due to network mismatch and then i had to manually delete old container and run new container with new network name.
pwizla added a commit that referenced this pull request Jul 15, 2025
Corrected strapi network mismatch issues. In docker compose everywhere "strapi" as network has been used but in the last segment where network is explicitly is defined it is written "Strapi" due to which while running docker compose up -d it terminates old container and restricts new container due to network mismatch and then i had to manually delete old container and run new container with new network name.

Co-authored-by: Tasleem222 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants