Open Bhoft opened 1 year ago
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?
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?