14 lines
294 B
YAML
14 lines
294 B
YAML
version: "3.1"
|
|
|
|
services:
|
|
webman-jsonrpc:
|
|
image: wandoubaba517/workerman:8.1
|
|
container_name: webman-jsonrpc
|
|
network_mode: host
|
|
restart: always
|
|
volumes:
|
|
- ./:/app/service
|
|
- ./php.ini:/usr/local/etc/php/php.ini
|
|
working_dir: /app/service
|
|
stdin_open: true
|