You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`http://plone.localhost/` is the URL you will be using to access the website.
58
-
You can either use `localhost`, or add it in your `/etc/hosts` file or DNS to point to the Docker host IP.
64
+
You can either use `plone.localhost`, or add it in your `/etc/hosts` file or DNS to point to the Docker host IP.
59
65
```
60
66
61
67
### Service configuration with Docker Compose
@@ -103,7 +109,7 @@ This pulls the needed images and starts Plone.
103
109
104
110
## Access Plone via Browser
105
111
106
-
After startup, go to `http://plone.localhost/` and you should see the site.
112
+
After startup, go to `http://plone.localhost/` and you should see the site. You can also open the main Plone control page where you can create more Plone sites at `http://plone.localhost:8080`.
0 commit comments