pb

This is an old revision of the document!


Thanks to farsee

Installation

useable git commit hast 4b1cd3bbffa6a3631bb8361e7be600c0856deb54

build docker image by yourself using docker compose up

version: '3.2'

services:
  pb:
    build:
      context: .
    ports:
      - '10002:10002'
    volumes:
      - .:/pb
    environment:
      - 'LISTEN_ADDRESS=::'
      - 'LISTEN_PORT=10002'

  mongodb:
    image: mongo:3.4

  • pb.1741938845.txt.gz
  • Last modified: 2025/03/14 07:54
  • by lingao