侧边栏壁纸
博主头像
SANDIVIK 博主等级

行动起来,活在当下

  • 累计撰写 64 篇文章
  • 累计创建 6 个标签
  • 累计收到 0 条评论

目 录CONTENT

文章目录

changedetection.io

Administrator
2024-05-08 / 0 评论 / 0 点赞 / 10 阅读 / 0 字

version: '3.2'
services:
  changedetection:
    image: ghcr.io/dgtlmoon/changedetection.io
    container_name: changedetection
    hostname: changedetection
    volumes:
      - /docker/changedetection/changedetection-data:/datastore
    restart: unless-stopped
    environment:
      - USE_X_SETTINGS=1
      - BASE_URL=https://spy.x'x'x'xxxxx.xyz # 修改成你的域名
      - PLAYWRIGHT_DRIVER_URL=ws://playwright-chrome:3000/
    ports:
      - 1001:5000

  playwright-chrome:
    image: browserless/chrome
    hostname: playwright-chrome
    restart: unless-stopped

volumes:
  changedetection-data:

0

评论区