Skip to content

Commit 80fca9c

Browse files
author
valentinab25
committed
Add note
1 parent c605e50 commit 80fca9c

File tree

5 files changed

+17
-12
lines changed

5 files changed

+17
-12
lines changed

docs/install/containers/examples/nginx-plone.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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

docs/install/containers/examples/nginx-volto-plone-postgresql.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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

docs/install/containers/examples/nginx-volto-plone-zeo.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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

docs/install/containers/examples/nginx-volto-plone.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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

docs/install/containers/images/backend.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)