Skip to content

[Bug] docker compose down 실행 위치 변경 - #10

Merged
Jinseong01 merged 1 commit into
developfrom
bug/9-docker-compose-down
Nov 12, 2025
Merged

[Bug] docker compose down 실행 위치 변경#10
Jinseong01 merged 1 commit into
developfrom
bug/9-docker-compose-down

Conversation

@Jinseong01

@Jinseong01 Jinseong01 commented Nov 12, 2025

Copy link
Copy Markdown
Contributor

👀 관련 이슈

#9

✨ 작업한 내용

  • 이전 이슈/PR에서 발견한 문제가 docoker compose up을 위한 환경변수 설정 문제 같았으나 해결되지 않았습니다.
    스크린샷 2025-11-12 오후 8 31 12
  • 로그 상으로, 오류의 위치가 docker pull한 다음에 바로 발생하기 때문에 환경변수 설정 이전 docker compose down의 실행 같아서 재작업하였습니다. (up과 동일하게 docker compose -f docker-compose.server.yml down을 하며 yml파일을 명시하기 때문에 그 내부의 환경변수가 필요하다)

🔍 리뷰 포인트

X

📎 참고 사항

X

@Jinseong01 Jinseong01 self-assigned this Nov 12, 2025
@Jinseong01 Jinseong01 added the 🐛 Bug 버그 수정 label Nov 12, 2025
@Jinseong01 Jinseong01 linked an issue Nov 12, 2025 that may be closed by this pull request
1 task
@github-actions

Copy link
Copy Markdown

Test Results

1 tests  ±0   1 ✅ ±0   0s ⏱️ ±0s
1 suites ±0   0 💤 ±0 
1 files   ±0   0 ❌ ±0 

Results for commit 875a584. ± Comparison against base commit 9dc9c97.

@Jinseong01
Jinseong01 merged commit c41f24b into develop Nov 12, 2025
4 checks passed
@Jinseong01
Jinseong01 deleted the bug/9-docker-compose-down branch November 12, 2025 11:33
@Jinseong01 Jinseong01 changed the title [Buf] docker compose down 실행 위치 변경 [Bug] docker compose down 실행 위치 변경 Nov 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🐛 Bug 버그 수정

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] docker compose down 실행 위치 변경

1 participant