Fix quotes

This commit is contained in:
Arne Naessens 2022-05-25 22:39:51 +02:00
parent 86c3355a06
commit 601e66a416

View File

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