Skip to content
This repository has been archived by the owner on Apr 3, 2021. It is now read-only.

Commit

Permalink
Fix docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
masutaka committed Jan 1, 2021
1 parent 11a9870 commit e5a240a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Expand Up @@ -15,7 +15,7 @@ services:
REDIS_URL: redis://redis:6379
GITHUB_KEY: $GITHUB_KEY
GITHUB_SECRET: $GITHUB_SECRET
command: rails s -b 0.0.0.0
command: bundle exec rails s -b 0.0.0.0
depends_on:
- rdb
- redis
Expand Down

0 comments on commit e5a240a

Please sign in to comment.