Skip to content

Commit

Permalink
runs without the unstable flag now
Browse files Browse the repository at this point in the history
  • Loading branch information
hmt committed Feb 16, 2021
1 parent 4b2443e commit 87849a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Then clone this repository:
edit servers.json (there is a servers.json.example) to your needs
and then start the script with a free port and a secret:

PORT=3005 TINYSCALE_SECRET=some_secret_string deno run --allow-net --allow-read --allow-env --unstable mod.ts
PORT=3005 TINYSCALE_SECRET=some_secret_string deno run --allow-net --allow-read --allow-env mod.ts

Now tinyscales runs on port 3005 and you will have to set up your reverse proxy so that it can pick up requests or you leave it on that port.

Expand Down

0 comments on commit 87849a1

Please sign in to comment.