Skip to content

Commit

Permalink
Cambio puertos
Browse files Browse the repository at this point in the history
  • Loading branch information
IsraelSI11 committed May 2, 2023
1 parent 5dc9b96 commit 7cb65fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
restapi:
image: ghcr.io/arquisoft/lomap_es3c/restapi:latest
ports:
- "5000:5000"
- "5001:5001"
webapp:
image: ghcr.io/arquisoft/lomap_es3c/webapp:latest
ports:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
restapi:
build: ./restapi
ports:
- "5000:5000"
- "5001:5001"
webapp:
build: ./webapp
ports:
Expand Down

0 comments on commit 7cb65fc

Please sign in to comment.