update entry point

This commit is contained in:
Seiry Yu 2023-04-27 19:28:11 +08:00 committed by GitHub
parent 430ce43470
commit 5b3a6b284a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ services:
- 40000:40000
restart: unless-stopped
environment:
- LICENSE=
- LICENSE=you-own-key
logging:
driver: json-file
options:

View File

@ -8,7 +8,7 @@ done
warp-cli --accept-tos set-mode proxy
warp-cli --accept-tos set-proxy-port 40001
if [ "$LICENSE" == "" ]; then
if [ "$LICENSE" != "" ]; then
warp-cli --accept-tos set-license $LICENSE
fi