Fix quotes
This commit is contained in:
parent
86c3355a06
commit
601e66a416
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ services:
|
|||
image: nodered/node-red:2.2.2-12
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "${APP_PORT}:1880"
|
||||
- ${APP_PORT}:1880
|
||||
volumes:
|
||||
- ${APP_DATA_DIR}/data:/data
|
||||
networks:
|
||||
|
|
Loading…
Add table
Reference in a new issue