Update Servers/Containerization/Docker/Compose/Node-Red.md
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
**Purpose**: Node-RED is a programming tool for wiring together hardware devices, APIs and online services in new and interesting ways.
|
||||
|
||||
```jsx title="docker-compose.yml"
|
||||
```yaml title="docker-compose.yml"
|
||||
version: "3.7"
|
||||
|
||||
services:
|
||||
@ -24,6 +24,6 @@ networks:
|
||||
|
||||
```
|
||||
|
||||
```jsx title=".env"
|
||||
```yaml title=".env"
|
||||
Not Applicable
|
||||
```
|
||||
|
Reference in New Issue
Block a user