Merge pull request #2792 from Sriyukthika26/my-contribution
Update truenas_portainer.md
This commit is contained in:
commit
1bd5f96029
@ -71,12 +71,13 @@ Basic guide to setup Docker and Portainer TrueNAS Core.
|
|||||||
-Select "Get Started" to use the Enviroment Portainer is running in
|
-Select "Get Started" to use the Enviroment Portainer is running in
|
||||||

|

|
||||||
|
|
||||||
### 3. Install Tandoor Recipies VIA Portainer Web Editor
|
### 3. Install Tandoor Recipes VIA Portainer Web Editor
|
||||||
-From the menu select Stacks, click Add stack, give the stack a descriptive name then select Web editor.
|
-From the menu select Stacks, click Add stack, give the stack a descriptive name then select Web editor.
|
||||||

|

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