We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug I have cloned the sw5 source into the directory sw5-latest.
sw5-latest
Now i wanted to swtich to Apache as the Webserver instead of nginx.
So i added the following to the env file
VHOST_SW5-LATEST_IMAGE=ghcr.io/shyim/shopware-docker/5/apache:php74
And now get an error when call swdc up
swdc up
unexpected character "-" in variable name near "VHOST_SW5-LATEST_IMAGE=ghcr.io/shyim/shopware-docker/5/apache:php74\n"
If the directoy is only named like SW5 or something the command works.
SW5
Any ideas how i can fix this? Or perhaps set the used Webserver manually?
The text was updated successfully, but these errors were encountered:
shyim
No branches or pull requests
Describe the bug
I have cloned the sw5 source into the directory
sw5-latest
.Now i wanted to swtich to Apache as the Webserver instead of nginx.
So i added the following to the env file
And now get an error when call
swdc up
If the directoy is only named like
SW5
or something the command works.Any ideas how i can fix this?
Or perhaps set the used Webserver manually?
The text was updated successfully, but these errors were encountered: