疯狂的狮子li
2021-11-23 7af22453bad2e5604a46c190c123c4f289b05b54
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: