Skip to content

Commit

Permalink
ci: switch port mapping to 80:8000
Browse files Browse the repository at this point in the history
  • Loading branch information
slashtechno committed Jan 30, 2025
1 parent 750c1b5 commit 49a003b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
container_name: podium
build: .
ports:
- "8000:8000"
- "80:8000"
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8000/docs"]
interval: 30s
Expand Down

0 comments on commit 49a003b

Please sign in to comment.