Skip to content

Commit

Permalink
Changed port number line 15 docker compose back
Browse files Browse the repository at this point in the history
  • Loading branch information
faizaanmadhani committed Mar 31, 2020
1 parent 3272db2 commit c9413f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
- "5432:5432"
web:
build: .
command: bash -c "rm -f tmp/pids/server.pid && bundle exec rails s -p 5000 -b '0.0.0.0'"
command: bash -c "rm -f tmp/pids/server.pid && bundle exec rails s -p 3000 -b '0.0.0.0'"
volumes:
- .:/myapp
ports:
Expand Down

0 comments on commit c9413f0

Please sign in to comment.