Skip to content

Commit 7f8c503

Browse files
cunneenidank
authored andcommitted
fix: 🐛 fix IP port conflict on MacOS
1 parent 6807d53 commit 7f8c503

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ $ docker-compose exec -T web make tests
6565
Ran 80 tests in 0.041s
6666

6767
OK (SKIP=9)
68-
# open http://localhost:5000 to view the ui
68+
# open http://localhost:5001 to view the ui
6969
```
7070

7171
### Processing a man page

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ services:
1111
volumes:
1212
- .:/opt/webapp
1313
ports:
14-
- "5000:5000"
14+
- "5001:5000"
1515
depends_on:
1616
- db

0 commit comments

Comments
 (0)