Skip to content

Commit

Permalink
Un par de erratas corregidas.
Browse files Browse the repository at this point in the history
  • Loading branch information
dsevilla committed Mar 19, 2024
1 parent 8e7e098 commit b398fd0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions proyecto/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ services:
- MYSQL_DATABASE=ssdd

backend-rest:
image: dsevilla/backend-rest:1.0
image: dsevilla/ssdd-backend-rest:1.0
ports:
- 8080:8080
env_file: sql.env

backend-grpc:
image: dsevilla/backend-grpc:1.0
image: dsevilla/ssdd-backend-grpc:1.0
ports:
- 50051
env_file: sql.env
Expand Down
2 changes: 1 addition & 1 deletion proyecto/llamachat/Dockerfile-dummy
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ ENV PORT=5020

EXPOSE 5020

CMD [ "flask", "run", "--host=0.0.0.0" ]
CMD [ "flask", "run", "--host=0.0.0.0", "--port=5020" ]

0 comments on commit b398fd0

Please sign in to comment.