Update start-redis.sh

pull/6/head
Marcus Poehls 2020-04-12 06:49:08 +02:00 committed by GitHub
parent 3a555449d7
commit 0d7d6c65b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
#!/bin/sh
docker run --name redis --publish 6379:6379 --detach redis:$1
REDIS_VERSION=$1
docker run --name redis --publish 6379:6379 --detach redis:$REDIS_VERSION