Hello all, I have installed Spryker B2C Demo Marke...
# docker
j
Hello all, I have installed Spryker B2C Demo Marketplace in docker. Install completed and working fine, but I need to change the shop domain name. Example: http://backoffice.de.spryker.local To http://backend.testing.che http://yves.de.spryker.local to http://spryker.testing.che Can you please help me with the above one? Thanks
a
Change endpoints in deploy file you used, run
docker/sdk bootstrap {your_changed_deploy_file} && docker/sdk up
+ add new hosts into /etc/hosts file (different one for Windows).
m
Change deploy.dev.yml to for example:
Copy code
groups:
    EU:
        region: EU
        applications:
            yves_eu:
                application: yves
                endpoints:
                    nice.local.endpoint:
                        store: DE
                        services:
                            session:
                                namespace: 1
j
Thanks for the replay, I have followed the above steps, but I have faced the below issue Docker is not running. Please, make sure Docker is installed and running.
But the docker service is working
@average-branch-45579 @mysterious-ambulance-11183 Thanks for your response. I have changed the domain name with the above command. now it is working fine
🎉 1
✅ 1