Skip to content

Commit 4e91f07

Browse files
committed
Minor fix on docker-compose exposed port to 8080
1 parent 49c96d5 commit 4e91f07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ services:
88
container_name: fastapi_app
99
build: ./src
1010
ports:
11-
- "8080:80"
11+
- "8000:80"
1212
networks:
1313
- docker_apis_and_apps
1414

0 commit comments

Comments
 (0)