(simatec) Fix readme

This commit is contained in:
simatec 2022-03-08 14:17:23 +01:00
parent 1e83aae71d
commit a8919ab803

View file

@ -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
``
```
**********************************************************************************************************