File tree Expand file tree Collapse file tree 5 files changed +17
-12
lines changed
Expand file tree Collapse file tree 5 files changed +17
-12
lines changed Original file line number Diff line number Diff line change @@ -52,8 +52,10 @@ server {
5252}
5353```
5454
55- > ` http://plone.localhost/ ` is the url you will be using to access the website.
56- > You can either use ` localhost ` , or add it in your ` etc/hosts ` file or DNS to point to the docker host IP.
55+ ``` {note}
56+ `http://plone.localhost/` is the url you will be using to access the website.
57+ You can either use `localhost`, or add it in your `etc/hosts` file or DNS to point to the docker host IP.
58+ ```
5759
5860### Service configuration with ` docker-compose `
5961
Original file line number Diff line number Diff line change @@ -77,9 +77,10 @@ server {
7777}
7878```
7979
80- > ` http://plone.localhost/ ` is the url you will be using to access the website.
81- > You can either use ` localhost ` , or add it in your ` etc/hosts ` file or DNS to point to the docker host IP.
82-
80+ ``` {note}
81+ `http://plone.localhost/` is the url you will be using to access the website.
82+ You can either use `localhost`, or add it in your `etc/hosts` file or DNS to point to the docker host IP.
83+ ```
8384
8485### Service configuration with ` docker-compose `
8586
Original file line number Diff line number Diff line change @@ -76,9 +76,10 @@ server {
7676}
7777```
7878
79- > ` http://plone.localhost/ ` is the url you will be using to access the website.
80- > You can either use ` localhost ` , or add it in your ` etc/hosts ` file or DNS to point to the docker host IP.
81-
79+ ``` {note}
80+ `http://plone.localhost/` is the url you will be using to access the website.
81+ You can either use `localhost`, or add it in your `etc/hosts` file or DNS to point to the docker host IP.
82+ ```
8283
8384### Service configuration with ` docker-compose `
8485
Original file line number Diff line number Diff line change @@ -76,9 +76,10 @@ server {
7676}
7777```
7878
79- > ` http://plone.localhost/ ` is the url you will be using to access the website.
80- > You can either use ` localhost ` , or you will need to add it in your ` etc/hosts ` file or DNS to point to the docker host IP.
81-
79+ ``` {note}
80+ `http://plone.localhost/` is the url you will be using to access the website.
81+ You can either use `localhost`, or add it in your `etc/hosts` file or DNS to point to the docker host IP.
82+ ```
8283
8384### Service configuration with ` docker-compose `
8485
Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ Used to configure [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS)
207207| --- | --- | --- |
208208| ` ADDONS ` | A space separated list of python libraries to install | [ Add-ons] ( #add-ons ) |
209209| ` DEVELOP ` | A space separated list of python libraries to install in editable mode | [ Developing packages] ( #developing-packages ) |
210- | ` PIP_PARAMS ` | Parameters used in ` pip ` installation commands | |
210+ | ` PIP_PARAMS ` | Parameters used in ` pip ` installation commands | [ ` pip install ` ] ( https://pip.pypa.io/en/stable/cli/pip_install/ ) |
211211
212212
213213#### Add-ons
You can’t perform that action at this time.
0 commit comments