Skip to content

Commit

Permalink
Hopefully fix docker run issue now
Browse files Browse the repository at this point in the history
  • Loading branch information
Advayp committed Feb 2, 2025
1 parent 9d810ae commit 543d555
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 @@ -33,4 +33,4 @@ jobs:
docker pull ${{ secrets.DOCKERHUB_USERNAME }}/swecc-redis:latest
docker run -d --name swecc-redis-instance --network swag-network-p 6379:6379 --restart unless-stopped ${{ secrets.DOCKERHUB_USERNAME }}/swecc-redis:latest
docker run -d --name swecc-redis-instance --network swag-network -p 6379:6379 --restart unless-stopped ${{ secrets.DOCKERHUB_USERNAME }}/swecc-redis:latest

0 comments on commit 543d555

Please sign in to comment.