Skip to content

Commit bcfe0e0

Browse files
committed
Remove binding port variable
1 parent 9c54121 commit bcfe0e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/arduino/app_bricks/dbstorage_tsstore/brick_compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77
max-size: "5m"
88
max-file: "2"
99
ports:
10-
- "${BIND_ADDRESS:-127.0.0.1}:${BIND_PORT:-8086}:8086"
10+
- "${BIND_ADDRESS:-127.0.0.1}:8086:8086"
1111
volumes:
1212
- "${APP_HOME:-.}/data/influx-data:/var/lib/influxdb2"
1313
environment:

src/arduino/app_bricks/object_detection/brick_compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111
group_add:
1212
- "render"
1313
ports:
14-
- ${BIND_ADDRESS:-127.0.0.1}:${BIND_PORT:-1337}:1337
14+
- ${BIND_ADDRESS:-127.0.0.1}:1337:1337
1515
volumes:
1616
- "${CUSTOM_MODEL_PATH:-/home/arduino/.arduino-bricks/ei-models}:${CUSTOM_MODEL_PATH:-/home/arduino/.arduino-bricks/ei-models}"
1717
command: ["--model-file", "${EI_OBJ_DETECTION_MODEL:-/models/ootb/ei/yolo-x-nano.eim}", "--run-http-server", "1337", "--dont-print-predictions"]

0 commit comments

Comments
 (0)