1
0
mirror of https://github.com/newnius/YAO-docs.git synced 2024-07-06 05:15:18 +00:00
YAO-docs/sbin/start_redis.sh

12 lines
264 B
Bash
Raw Normal View History

2019-04-29 13:09:57 +00:00
#! /bin/bash
docker service create \
--name redis \
--hostname redis \
--network yao-net \
--replicas 1 \
--detach=true \
--endpoint-mode dnsrr \
2020-07-08 13:26:46 +00:00
--mount type=bind,source=/etc/localtime,target=/etc/localtime,readonly \
2019-04-29 13:09:57 +00:00
redis redis-server --appendonly yes