Skip to content

Commit

Permalink
Updates redis
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmerfield committed Feb 23, 2024
1 parent 2f5539d commit 2e0164f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/image-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ jobs:
redis:
image: redis:6
ports:
- 6379/tcp
options: --entrypoint redis-server
args: ["--bind", "0.0.0.0", "--port", "6379"]
- 6379:6379

steps:
- name: Check out repository
Expand Down

0 comments on commit 2e0164f

Please sign in to comment.