Skip to content

Commit

Permalink
chore: docker에 호스트 네트워크 연결
Browse files Browse the repository at this point in the history
  • Loading branch information
yechan-kim committed Aug 25, 2024
1 parent 5f780db commit 2375acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
fi
sudo docker rm $(sudo docker ps --filter 'status=exited' -a -q)
sudo docker run -d --log-driver=syslog -p 8080:8080 \
sudo docker run -d --log-driver=syslog -p 8080:8080 --network host \
-e API_KEY=${{secrets.API_KEY}} \
-e DB_USER=${{secrets.DB_USER}} \
-e DB_PASSWORD=${{secrets.DB_PASSWORD}} \
Expand Down

0 comments on commit 2375acf

Please sign in to comment.