Skip to content

Commit

Permalink
Updated remaining run scripts file location
Browse files Browse the repository at this point in the history
Signed-off-by: Coury Richards <[email protected]>
  • Loading branch information
couryrr-afs committed May 24, 2024
1 parent d41ee1a commit 4fb6194
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docker-compose.admin-panel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ services:
- MQTT_SERVER_ADDRESS=mqtt-server
ports:
- 8849:8849
entrypoint: "sh ./build/run-scripts/run-sil.sh"
entrypoint: "sh /ext/source/build/run-scripts/run-sil.sh"
sysctls:
- net.ipv6.conf.all.disable_ipv6=0
2 changes: 1 addition & 1 deletion docker-compose.build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
- mqtt-server
environment:
- MQTT_SERVER_ADDRESS=mqtt-server
entrypoint: "sh ./build/run-scripts/run-sil-ocpp.sh"
entrypoint: "sh /ext/source/build/run-scripts/run-sil-ocpp.sh"
sysctls:
- net.ipv6.conf.all.disable_ipv6=0

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.iso15118-dc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
- mqtt-server
environment:
- MQTT_SERVER_ADDRESS=mqtt-server
entrypoint: "sh ./build/run-scripts/run-sil-dc.sh"
entrypoint: "sh /ext/source/build/run-scripts/run-sil-dc.sh"
sysctls:
- net.ipv6.conf.all.disable_ipv6=0

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.ocpp16j.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
- mqtt-server
environment:
- MQTT_SERVER_ADDRESS=mqtt-server
entrypoint: "sh ./build/run-scripts/run-sil-ocpp.sh"
entrypoint: "sh /ext/source/build/run-scripts/run-sil-ocpp.sh"
sysctls:
- net.ipv6.conf.all.disable_ipv6=0

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.two-evse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
- mqtt-server
environment:
- MQTT_SERVER_ADDRESS=mqtt-server
entrypoint: "sh ./build/run-scripts/run-sil-two-evse.sh"
entrypoint: "sh /ext/source/build/run-scripts/run-sil-two-evse.sh"
sysctls:
- net.ipv6.conf.all.disable_ipv6=0

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
- mqtt-server
environment:
- MQTT_SERVER_ADDRESS=mqtt-server
entrypoint: "sh ./build/run-scripts/run-sil.sh"
entrypoint: "sh /ext/source/build/run-scripts/run-sil.sh"
sysctls:
- net.ipv6.conf.all.disable_ipv6=0

Expand Down

0 comments on commit 4fb6194

Please sign in to comment.