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:
|
-Use the below code and input it into the Web Editor:
|
||||||
|
|
||||||
`version: "3"
|
```yaml
|
||||||
|
version: "3"
|
||||||
services:
|
services:
|
||||||
db_recipes:
|
db_recipes:
|
||||||
restart: always
|
restart: always
|
||||||
@ -87,13 +88,13 @@ services:
|
|||||||
- stack.env
|
- stack.env
|
||||||
|
|
||||||
web_recipes:
|
web_recipes:
|
||||||
# image: vabene1111/recipes:latest
|
#image: vabene1111/recipes:latest
|
||||||
image: vabene1111/recipes:beta
|
image: vabene1111/recipes:beta
|
||||||
env_file:
|
env_file:
|
||||||
- stack.env
|
- stack.env
|
||||||
volumes:
|
volumes:
|
||||||
- staticfiles:/opt/recipes/staticfiles
|
- staticfiles:/opt/recipes/staticfiles
|
||||||
# Do not make this a bind mount, see https://docs.tandoor.dev/install/docker/#volumes-vs-bind-mounts
|
# Do not make this a bind mount, see https://docs.tandoor.dev/install/docker/#volumes-vs-bind-mounts
|
||||||
- nginx_config:/opt/recipes/nginx/conf.d
|
- nginx_config:/opt/recipes/nginx/conf.d
|
||||||
- ./mediafiles:/opt/recipes/mediafiles
|
- ./mediafiles:/opt/recipes/mediafiles
|
||||||
depends_on:
|
depends_on:
|
||||||
@ -116,7 +117,8 @@ services:
|
|||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
nginx_config:
|
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:
|
-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