Sign inSign up

lxh01/wechat-core

By lxh01

•Updated over 1 year ago

Image
0

289

lxh01/wechat-core repository overview

⁠使用方式

services:
  wechat:
    image: lxh01/wechat-core:855
    container_name: wechat-core
    restart: unless-stopped
    volumes:
      - ./data:/data # 只有在使用自带redis的时候才需要,如果配置了REDIS_HOST则不需要
    environment:
      - REDIS_HOST=10.0.0.31:6379 # 如果使用自带redis则不需要配置这个
      - REDIS_PASSWORD=rdspassword # 如果使用自带redis或者没密码则不需要配置这个
      - REDIS_DB=11 # 如果使用自带redis或者使用0号库则不需要配置这个
    ports:
      - 9000:9000 # 访问端口

Tag summary

Content type

Image

Digest

sha256:2f6acb978…

Size

35.5 MB

Last updated

over 1 year ago

docker pull lxh01/wechat-core:849