Skip to content

Commit

Permalink
chore : add network
Browse files Browse the repository at this point in the history
  • Loading branch information
kangjuhyup committed Oct 9, 2024
1 parent d612fa8 commit 92e2686
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 @@ -79,5 +79,5 @@ jobs:
docker pull ghcr.io/${{ github.repository }}/service:latest
docker stop jhkang-intro-api || true
docker rm jhkang-intro-api || true
docker run -d -p 3001:3001 --name jhkang-intro-api ghcr.io/${{ github.repository }}/service:latest
docker run -d -p 3001:3001 --network my-network --name jhkang-intro-api ghcr.io/${{ github.repository }}/service:latest
EOF

0 comments on commit 92e2686

Please sign in to comment.