侧边栏壁纸
  • 累计撰写 11 篇文章
  • 累计创建 3 个标签
  • 累计收到 0 条评论

目 录CONTENT

文章目录

docker for smokeping

ziwiwiz
2023-10-24 / 0 评论 / 0 点赞 / 16 阅读 / 0 字

smokeping docker-compose.yaml

version: "3"
services:
  smokeping:
    image: linuxserver/smokeping:latest
    container_name: smokeping
    environment:
      - PUID=1001
      - PGID=1001
      - TZ=Asia/Shanghai
    volumes:
      - ./smokeping/config:/config
      - ./smokeping/data:/data
    ports:
      - 3002:80
    restart: unless-stopped
0
  1. 微信打赏

    qrcode weixin
    1. 微信打赏

      qrcode weixin

评论区