×

咸鱼自动发货docker部署

ldpc520 ldpc520 发表于2025-09-09 09:03:13 浏览7 评论0

抢沙发发表评论

version: '3'
services:
  xianyu-auto-reply:
    image: registry.cn-shanghai.aliyuncs.com/zhinian-software/xianyu-auto-reply:1.0
    container_name: xianyu-auto-reply
    privileged: true
    ports:
      - 8066:8080
    volumes: 
     - /share/CACHEDEV1_DATA/Container/xianyu-auto-reply:/app/data
     restart: always