PaYphp 为个人企业提供全方位的支付解决方案
version: '3.8'
services:
xarr-pay-merchant:
container_name: xarr-pay-merchant
image: xiaoyi510/xarr-pay-merchant
environment:
- TZ=Asia/Shanghai
ports:
- "32000:32000"
volumes:
- ./plugins:/app/plugins
- ./config:/app/config
- ./runtime:/app/runtime
entrypoint: /app/xarr-pay-merchant
restart: always