Skip to content

Commit

Permalink
Merge pull request #154 from Arquisoft/develop
Browse files Browse the repository at this point in the history
changing ports
  • Loading branch information
paulasuarezp authored Apr 29, 2023
2 parents 2c82517 + bc6f09a commit 3181c75
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 @@ -7,6 +7,6 @@ services:
webapp:
image: ghcr.io/arquisoft/lomap_es2c/webapp:latest
ports:
- "443:443"
- "3000:3000"
depends_on:
- restapi
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
webapp:
build: ./webapp
ports:
- "443:443"
- "3000:3000"
depends_on:
- restapi
prometheus:
Expand Down

0 comments on commit 3181c75

Please sign in to comment.