Skip to content

Commit

Permalink
docs: use latest instead of unstable tag in quick start
Browse files Browse the repository at this point in the history
  • Loading branch information
fredriklindberg committed Jun 25, 2021
1 parent 69996d5 commit 10d60d9
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 @@ -91,7 +91,7 @@ You can quickly try out exposr without installing anything
Run the server, the server will listen on port 8080 and the API will be exposed at `http://host.docker.internal:8080`.
HTTP ingress sub-domains will be allocated from `http://localhost:8080`.

docker run --rm -ti -p 8080:8080 exposr/exposr-server:unstable --api-url http://host.docker.internal:8080 --allow-registration --http-ingress-domain http://localhost:8080
docker run --rm -ti -p 8080:8080 exposr/exposr-server:latest --api-url http://host.docker.internal:8080 --allow-registration --http-ingress-domain http://localhost:8080

Start the client with, this will create a tunnel called `example` and connect it to `http://example.com`.
The tunnel will be available at `http://example.localhost:8080`.
Expand Down

0 comments on commit 10d60d9

Please sign in to comment.