RuoYi-Cloud/bin/start-redis.sh

4 lines
171 B
Bash
Raw Normal View History

2020-12-22 17:27:59 +08:00
#! /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