15 lines
324 B
YAML
15 lines
324 B
YAML
version: "3.1"
|
|
|
|
services:
|
|
php_excel:
|
|
image: registry.cn-shanghai.aliyuncs.com/wandoubaba/workerman:8.1
|
|
container_name: workerman-jsonrpc
|
|
network_mode: host
|
|
restart: always
|
|
volumes:
|
|
- ./:/app/service
|
|
- ./php.ini:/usr/local/etc/php/php.ini
|
|
working_dir: /app/service
|
|
stdin_open: true
|
|
|