fix code block and replace tab with spaces
This commit is contained in:
parent
8d7b4f614c
commit
a7ea7a8987
@ -76,7 +76,8 @@ Basic guide to setup Docker and Portainer TrueNAS Core.
|
||||

|
||||
-Use the below code and input it into the Web Editor:
|
||||
|
||||
`version: "3"
|
||||
```yaml
|
||||
version: "3"
|
||||
services:
|
||||
db_recipes:
|
||||
restart: always
|
||||
@ -116,7 +117,8 @@ services:
|
||||
|
||||
volumes:
|
||||
nginx_config:
|
||||
staticfiles:`
|
||||
staticfiles:
|
||||
```
|
||||
|
||||
-Download the .env template from [HERE](https://raw.githubusercontent.com/vabene1111/recipes/develop/.env.template) and load this file by pressing the "Load Variables from .env File" button:
|
||||

|
||||
|
Loading…
Reference in New Issue
Block a user