tidy folder

This commit is contained in:
2022-04-27 17:52:02 +08:00
parent 5b489c1325
commit 461e31a6c6
16 changed files with 17 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
## Charles License 生成器
[Github地址](https://github.com/malaohu/CharlesLicense)
http://127.0.0.1:8080/charles/keygen/yourname

View File

@@ -0,0 +1,15 @@
version: "3.0"
services:
app:
container_name: charles-license
image: malaohu/charleslicense
ports:
- "8080:8080"
networks:
nginx:
aliases:
- charles
networks:
nginx:
external: true