build evn sh

This commit is contained in:
陈云志
2020-12-25 19:38:21 +08:00
parent 075c2783f8
commit 01e8e40b1c
11 changed files with 63 additions and 15 deletions

3
bin/redis-start.sh Executable file
View File

@@ -0,0 +1,3 @@
#! /bin/bash
docker rm -f redis-6.0
docker run --name=redis-6.0 --restart=always -itd -v /opt/pscada-online/redis-conf/redis.conf:/etc/redis/redis.conf -p 6379:6379 redis