Skip to content

Commit

Permalink
Minor fix on docker-compose exposed port to 8080
Browse files Browse the repository at this point in the history
  • Loading branch information
san99tiago committed Sep 9, 2023
1 parent 49c96d5 commit 4e91f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
container_name: fastapi_app
build: ./src
ports:
- "8080:80"
- "8000:80"
networks:
- docker_apis_and_apps

Expand Down

0 comments on commit 4e91f07

Please sign in to comment.