Sign inSign up

shiguang2021/memos-wechat-proxy

By shiguang2021

Updated about 2 years ago

Image
0

240

shiguang2021/memos-wechat-proxy repository overview

docker-compose.yaml

services:
  memos:
    image: neosmemo/memos:0.14.4
    container_name: memos
    volumes:
      - ./data:/var/opt/memos
    ports:
      - 127.0.0.1:5230:5230

  memos-wechat-proxy:
    image: shiguang2021/memos-wechat-proxy
    container_name: memos-wechat-proxy
    ports:
      - "5000:5000"
    volumes:
      - ./config:/config

Tag summary

Content type

Image

Digest

sha256:b5e84e438

Size

34 MB

Last updated

about 2 years ago

docker pull shiguang2021/memos-wechat-proxy