Testing!!!!!!! - #2445
Closed
Su (sushmangupta) wants to merge 1 commit into
Closed
Conversation
Developer Docs healthcheckStatus: Running. |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the Shopware hosting documentation for the production Docker image by removing the “create a new Shopware project” setup snippet from the Docker image guide.
Changes:
- Removed the section that showed how to create a new Shopware project and install
shopware/dockervia Composer.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Comment on lines
10
to
13
| Shopware provides a Docker image to run Shopware 6 in a containerized environment for production intent. The Docker image is based on the official PHP image and includes the required PHP extensions and configurations to run Shopware 6. But it does not contain Shopware itself. | ||
| It's intended to be used together with your existing Shopware project, copy the project into the image, build it, and run it. | ||
|
|
||
| If you don't have a Shopware project yet, you can create a new one with: | ||
|
|
||
| ::: info | ||
| You can create a Project with a specific Shopware version by specifying the version like: `composer create-project shopware/production:6.6.7.0 <folder>` | ||
| ::: | ||
|
|
||
| ```bash | ||
| composer create-project shopware/production <folder> | ||
| cd <folder> | ||
| composer require shopware/docker | ||
| ``` | ||
|
|
||
| The typical Dockerfile in your project would look like this: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Related links
Checklist
PageRefreferences where relevant..gitbook.yamlif pages were moved, renamed, or deleted..wordlist.txt(and sorted it) if spellcheck flags new legitimate terms.Notes