(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:
|
||||
|
||||
``
|
||||
```
|
||||
version: '3'
|
||||
services:
|
||||
app:
|
||||
|
@ -78,11 +78,11 @@ services:
|
|||
volumes:
|
||||
- ./data:/data
|
||||
- ./letsencrypt:/etc/letsencrypt
|
||||
``
|
||||
```
|
||||
|
||||
``
|
||||
```
|
||||
docker-compose up -d
|
||||
``
|
||||
```
|
||||
|
||||
**********************************************************************************************************
|
||||
|
||||
|
|
Loading…
Reference in a new issue