Skip to content

Commit f001ce4

Browse files
committed
chore: correct internal port for FastAPI
Part of #13
1 parent 77b1a26 commit f001ce4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ services:
9595
- DB_HOST=postgres # defaults to localhost
9696
- PORT=4040 # defaults to 3000
9797
ports:
98-
- '4040:4040'
98+
- '4040:8000'
9999
depends_on:
100100
postgres:
101101
condition: service_healthy

0 commit comments

Comments
 (0)