Skip to content

Commit

Permalink
Fix port
Browse files Browse the repository at this point in the history
  • Loading branch information
TeeMan508 committed Sep 28, 2024
1 parent dd5a41a commit b7ff344
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@ services:
build:
context: .
dockerfile: docker/backend/Dockerfile
ports:
- "8000:8000"
volumes:
- ./duplicates/backend:/app/backend
- ./data/:/app/data
command: >
/bin/sh -c "python -m poetry run uvicorn backend.main:app --host 0.0.0.0 --port 8000 --reload"
/bin/sh -c "python -m poetry run uvicorn backend.main:app --host 0.0.0.0 --port 8001 --reload"
frontend:
container_name: frontend
Expand Down

0 comments on commit b7ff344

Please sign in to comment.