Skip to content

Commit 28eb989

Browse files
authored
내부 localhost로 포트 바인딩
1 parent 8b146ea commit 28eb989

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
# 5. ⭐ --env-file 옵션을 사용하여 컨테이너 실행
5353
sudo docker run -d \
5454
--name test-onmyway \
55-
-p 8081:8081 \
55+
-p 127.0.0.1:8081:8081 \
5656
--env-file .env.dev \
5757
${{ secrets.DOCKERHUB_USERNAME }}/onmyway:test
5858

0 commit comments

Comments
 (0)