version: "3.1"

services:
  webman-jsonrpc:
    image: wandoubaba517/workerman:${WORKERMAN_IMAGE_VERSION}
    container_name: ${WORKERMAN_CONTAINER_NAME}
    network_mode: host
    restart: always
    volumes:
      - ./:/app/service
      - ./php.ini:/usr/local/etc/php/php.ini
    working_dir: /app/service
    stdin_open: true
    command: ["php", "start.php", "start"]