You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2017/12/06 01:51:43 UTC

[GitHub] ddragosd commented on a change in pull request #70: Use init.sh instead of direct command

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:
users@infra.apache.org


With regards,
Apache Git Services