(simatec) Fix readme
This commit is contained in:
parent
1e83aae71d
commit
a8919ab803
1 changed files with 4 additions and 4 deletions
|
@ -65,7 +65,7 @@ The Ngnix can be installed with the following compose.
|
||||||
|
|
||||||
Create a docker-compose.yml file similar to this:
|
Create a docker-compose.yml file similar to this:
|
||||||
|
|
||||||
``
|
```
|
||||||
version: '3'
|
version: '3'
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
|
@ -78,11 +78,11 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/data
|
- ./data:/data
|
||||||
- ./letsencrypt:/etc/letsencrypt
|
- ./letsencrypt:/etc/letsencrypt
|
||||||
``
|
```
|
||||||
|
|
||||||
``
|
```
|
||||||
docker-compose up -d
|
docker-compose up -d
|
||||||
``
|
```
|
||||||
|
|
||||||
**********************************************************************************************************
|
**********************************************************************************************************
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue