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
|
image: nodered/node-red:2.2.2-12
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "${APP_PORT}:1880"
|
- ${APP_PORT}:1880
|
||||||
volumes:
|
volumes:
|
||||||
- ${APP_DATA_DIR}/data:/data
|
- ${APP_DATA_DIR}/data:/data
|
||||||
networks:
|
networks:
|
||||||
|
|
Loading…
Add table
Reference in a new issue