Skip to content

Commit

Permalink
chore: docker port 번호 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
seoko97 committed Nov 21, 2024
1 parent ddfc32f commit 86cefe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/back-media-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
- name: 🐳 media 컨테이너 실행
run: |
docker run -dit --name media -p 3002:3002 -p 30000-49999:30000-49999 ${{secrets.DOCKER_REGISTRY_URL}}/media:${{ github.sha }}
docker run -dit --name media -p 3002:3002 -p 30000-30500:30000-30500 ${{secrets.DOCKER_REGISTRY_URL}}/media:${{ github.sha }}
- name: 🐳 사용하지 않는 Docker 이미지 제거
run: |
Expand Down

0 comments on commit 86cefe4

Please sign in to comment.