疯狂的狮子Li
2021-11-27 e11b7275841fe2263fa1146394f146ac43ddc7de
script/docker/docker-compose.yml
@@ -66,8 +66,8 @@
      # 配置文件
      - /docker/redis/conf:/redis/config:rw
      # 数据文件
      - /docker/redis/data:/redis/data:rw
    command: "redis-server /redis/config/redis.conf --appendonly yes"
      - /docker/redis/data/:/redis/data/:rw
    command: "redis-server /redis/config/redis.conf"
    privileged: true
    restart: always
    networks: