Update README.md

This commit is contained in:
routerino 2022-07-27 19:45:49 +10:00 committed by GitHub
parent 0443dc955e
commit c88bffb69a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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://<your-ip>:3000/?tkn=<your authentication token>`. 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
See [architecture](/documentation/Architecture.md) for details