Skip to content

Commit

Permalink
fix: Port correction
Browse files Browse the repository at this point in the history
  • Loading branch information
whustedt committed Jun 9, 2024
1 parent 0bd9e71 commit 7035992
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ To get the application running locally, you have several options:
docker-compose up --build
```

The app will be available at [http://127.0.0.1:5000/](http://127.0.0.1:5000/).
The app will be available at [http://127.0.0.1:5001/](http://127.0.0.1:5001/).

### Using a Development Container or Python Environment

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
web:
build: .
ports:
- "5000:8000"
- "5001:8000"
volumes:
- data-volume:/app/data
environment:
Expand Down

0 comments on commit 7035992

Please sign in to comment.