Skip to content

Commit

Permalink
Remove IP since we don't really need to specify it
Browse files Browse the repository at this point in the history
  • Loading branch information
ak9999 committed Aug 25, 2020
1 parent 1412f54 commit 01278ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ timeseries-docker:
docker run -p 6379:6379 -it -d --rm redislabs/redistimeseries

timeseries-podman:
podman run -p=127.0.0.1:6379:6379 -it -d --rm redislabs/redistimeseries
podman run -p 6379:6379 -it -d --rm redislabs/redistimeseries

0 comments on commit 01278ec

Please sign in to comment.