From 8817a71c3f8a216374d60476109180bc7224cf36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20P=C3=B6hls?= Date: Wed, 18 Dec 2019 10:32:58 +0100 Subject: [PATCH] remove -l --- start-redis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start-redis.sh b/start-redis.sh index 9d5eee0..b2509fe 100644 --- a/start-redis.sh +++ b/start-redis.sh @@ -1,3 +1,3 @@ -#!/bin/sh -l +#!/bin/sh docker run --name redis --publish 6379:6379 --detach redis:$1