Skip to content

Commit

Permalink
Move Web out of port 80 for development
Browse files Browse the repository at this point in the history
So it doesn't conflict with dockerdev
  • Loading branch information
matiasgarciaisaia committed Jul 5, 2023
1 parent cb42667 commit 59d1a39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ services:
tmpfs: /app/tmp
depends_on:
- db
command: rails server -b 0.0.0.0 -p 80
command: rails server -b 0.0.0.0 -p 3000
ports:
- 80
- 3000

asterisk:
image: instedd/verboice-asterisk
Expand Down

0 comments on commit 59d1a39

Please sign in to comment.