diff --git a/docker-compose.yml b/docker-compose.yml index f429eaf..a4ee36d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -8,7 +8,7 @@ services: - 40000:40000 restart: unless-stopped environment: - - LICENSE= + - LICENSE=you-own-key logging: driver: json-file options: diff --git a/entrypoint.sh b/entrypoint.sh index 435583c..24243f3 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -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