pull/6/head
Marcus Pöhls 2019-12-18 10:57:59 +01:00
parent c1a499f9ec
commit d845824559
1 changed files with 3 additions and 6 deletions

View File

@ -1,6 +1,3 @@
#!/bin/sh #!/bin/sh
docker_run="docker run" docker run --name redis --publish 6379:6379 --detach redis:$1"
docker_run="$docker_run --name redis --publish 6379:6379 --detach redis:$1"
sh -c "$docker_run"