I am learning shopware, Figured out to run dockware with docker. Saw the admin page and localhost page. The issue is that localhost has the apache page and not the app page.
- How can i learn more about shopware and dockerwave fast.
- How do i set up the page to show on localhost?
I tried to add domains on the storeFront, allowed ip addresse too.
I want to see the front page of the app and not an Apache2 Default Page.
I used the docker compose example and dockerfile with the same result.
<code> ports:
- "82:80"
- "3306:3306"
- "23:22"
- "8888:8888"
- "9998:9998"
- "9999:9999"
</code>
<code> ports:
- "82:80"
- "3306:3306"
- "23:22"
- "8888:8888"
- "9998:9998"
- "9999:9999"
</code>
ports:
- "82:80"
- "3306:3306"
- "23:22"
- "8888:8888"
- "9998:9998"
- "9999:9999"