Skip to content

Commit

Permalink
change: port
Browse files Browse the repository at this point in the history
  • Loading branch information
mizanmahi committed Sep 23, 2024
1 parent fdbb993 commit 26af98a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ jobs:
# Run the container
echo "Starting a new container..."
sudo docker run -d --name nextblog -p 5000:5000 ${{ secrets.DOCKERHUB_USER_NAME }}/nextblog:1.0
sudo docker run -d --name nextblog -p 9000:5000 ${{ secrets.DOCKERHUB_USER_NAME }}/nextblog:1.0

0 comments on commit 26af98a

Please sign in to comment.