diff --git a/README.md b/README.md index e56bad0..3a35fa4 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ hs.yourdomain.com.au { ## Development Development can be done either by using the official development docker image, or via a normal nodejs installation. ### Quick Start (Docker) -* `docker run -p 443:443 -p 3000:3000 -v "$(pwd)"/data:/data ghcr.io/gurucomputing/headscale-ui:latest` +* `docker run -p 443:443 -p 3000:3000 -v "$(pwd)"/data:/data ghcr.io/gurucomputing/headscale-ui-dev:latest` A full browser based vscode development environment will be found at `http://:3000/?tkn=`. The authentication token will be printed in your docker logs, and must be included in the URL. @@ -105,4 +105,4 @@ Development environment can be ran with `npm run dev`. Static site can be genera see [style](/documentation/Style.md) for details ## Architecture -See [architecture](/documentation/Architecture.md) for details \ No newline at end of file +See [architecture](/documentation/Architecture.md) for details