摘要: License Key Formatting You are given a license key represented as a string s that consists of only alphanumeric characters and dashes. The string is s 阅读全文
posted @ 2022-11-21 22:08 iyiluo 阅读(23) 评论(0) 推荐(0)
摘要: frp 服务端部署 编写 docker-compose.yml 文件,这里设置成放开 7000-7010 的端口,可以根据需求自行修改 version: "3" services: frps: container_name: frps image: snowdreamtech/frps restar 阅读全文
posted @ 2022-11-21 22:08 iyiluo 阅读(130) 评论(0) 推荐(0)
摘要: 问题场景 docker-compose.yml 被不小心删除了,但是容器还在 没有使用 docker-compose 管理的容器现在想迁移到 docker-compose 上 反向生成 docker-compose.yml 文件 使用 docker-autocompose 反向生成 用法 直接使用 阅读全文
posted @ 2022-11-21 22:07 iyiluo 阅读(381) 评论(0) 推荐(1)