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 2ece03e commit 2f5539d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/image-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ jobs:
services:
redis:
image: redis:6
command: ["redis-server", "--bind", "redis", "--port", "6379"]
ports:
- 6379/tcp
options: --entrypoint redis-server
args: ["--bind", "0.0.0.0", "--port", "6379"]

steps:
- name: Check out repository
Expand Down

0 comments on commit 2f5539d

Please sign in to comment.