Commit c2d25a28 by Brian Beggs Committed by Brian Beggs

Bind the sinatra app to all interfaces

parent c60c88f5
......@@ -158,7 +158,7 @@ services:
- edxapp_studio_assets:/edx/var/edxapp/staticfiles/
forum:
command: bash -c 'source /edx/app/forum/ruby_env source && source /edx/app/forum/forum_env && cd /edx/app/forum/cs_comments_service && while true; do ruby app.rb ; sleep 2; done'
command: bash -c 'source /edx/app/forum/ruby_env source && source /edx/app/forum/forum_env && cd /edx/app/forum/cs_comments_service && while true; do ruby app.rb -o 0.0.0.0 ; sleep 2; done'
container_name: edx.devstack.forum
depends_on:
- mongo
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment