ddragosd commented on a change in pull request #70: Use init.sh instead of
direct command
URL:
https://github.com/apache/incubator-openwhisk-devtools/pull/70#discussion_r155128504
##########
File path: docker-compose/docker-compose.yml
##########
@@ -38,7 +38,7 @@ services:
# WHISK CONTROLLER
controller:
image: openwhisk/controller
- command: /bin/sh -c "controller/bin/controller 0 >>
/logs/controller-local_logs.log 2>&1"
+ command: /bin/sh -c "./init.sh 0 >> /logs/controller-local_logs.log 2>&1"
Review comment:
IIRC `controller/bin/controller` should be the `init.sh` script actually
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services