add charles license
This commit is contained in:
5
charlesLicense/README.md
Normal file
5
charlesLicense/README.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
## Charles License 生成器
|
||||||
|
|
||||||
|
[Github地址](https://github.com/malaohu/CharlesLicense)
|
||||||
|
|
||||||
|
http://127.0.0.1:8080/charles/keygen/yourname
|
||||||
15
charlesLicense/docker-compose.yml
Normal file
15
charlesLicense/docker-compose.yml
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
version: "3.0"
|
||||||
|
services:
|
||||||
|
app:
|
||||||
|
container_name: charles-license
|
||||||
|
image: malaohu/charleslicense
|
||||||
|
ports:
|
||||||
|
- "8080:8080"
|
||||||
|
networks:
|
||||||
|
nginx:
|
||||||
|
aliases:
|
||||||
|
- nsfw_api
|
||||||
|
|
||||||
|
networks:
|
||||||
|
nginx:
|
||||||
|
external: true
|
||||||
Reference in New Issue
Block a user