Skip to content

Commit 64d4957

Browse files
committed
Move example charging stations config path to a sub-folder
Fixes running the docker-compose on windows as well as we cannot bind mount files
1 parent 1308992 commit 64d4957

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ services:
1111
- MQTT_PASSWORD=${MQTT_PASSWORD}
1212
- SAIC_USER=${SAIC_USERNAME}
1313
- SAIC_PASSWORD=${SAIC_PWD}
14+
- CHARGING_STATIONS_JSON=/usr/src/app/config/charging-stations.json
1415
volumes:
15-
- ./charging-stations.json:/usr/src/app/charging-stations.json
16+
- ./examples:/usr/src/app/config/

0 commit comments

Comments
 (0)