first commit

This commit is contained in:
1-h
2024-08-30 15:31:07 +08:00
commit daab4851ed
4 changed files with 58 additions and 0 deletions

6
README.md Normal file
View File

@ -0,0 +1,6 @@
# sablier-example
```
docker compose create
docker compose up -d sablier proxy
curl http://localhost:8080/whoami; echo -e "\n等待启动完成"; sleep 3; curl http://localhost:8080/whoami;
```