docker-webman-jsonrpc/docker-compose.yml
2023-10-25 20:30:57 +08:00

16 lines
361 B
YAML

version: "3.1"
services:
webman-jsonrpc:
image: wandoubaba517/workerman:${WORKERMAN_IMAGE_VERSION}
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
command: ["php", "start.php", "start"]