Skip to content

Commit

Permalink
test: redis 데이터 보존
Browse files Browse the repository at this point in the history
  • Loading branch information
julia-heo authored May 29, 2024
1 parent 53b86eb commit a0748d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,4 @@ jobs:
sudo docker pull ${{ secrets.DOCKER_USERNAME }}/${{ secrets.DOCKER_REPO }}
sudo docker-compose up -d
sudo docker image prune -f
sudo docker run --name redis -p 6379:6379 -d --restart=unless-stopped redis
sudo docker run --name redis -p 6379:6379 -d --restart=unless-stopped -v redis-data:/data redis

0 comments on commit a0748d3

Please sign in to comment.