Skip to content

Commit

Permalink
fix: change exposed port
Browse files Browse the repository at this point in the history
  • Loading branch information
Grantzile committed Jan 15, 2025
1 parent 8b878c6 commit f917bbd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,4 @@ jobs:
key: ${{ secrets.EC2_SSH_PRIVATE_KEY }}
script: |
echo "Starting containers..."
export SPRING_DATASOURCE_URL=${{ secrets.SPRING_DATASOURCE_URL }}
export SPRING_DATASOURCE_USERNAME=${{ secrets.SPRING_DATASOURCE_USERNAME }}
export SPRING_DATASOURCE_PASSWORD=${{ secrets.SPRING_DATASOURCE_PASSWORD }}
docker compose up -d --no-deps myapp
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
restart: on-failure
container_name: myapp-container
ports:
- "8080:8080"
- "80:8080"
depends_on:
- mysql
networks:
Expand Down

0 comments on commit f917bbd

Please sign in to comment.