Skip to content

Commit ea7b735

Browse files
fix docker compose port
1 parent dd07469 commit ea7b735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ services:
77
volumes:
88
- .:/app
99
ports:
10-
- "${PORT}:8000"
10+
- "${PORT}:5000"

0 commit comments

Comments
 (0)