From 170ca1f366aadb7e0a703ac407e4db3bb721f1c9 Mon Sep 17 00:00:00 2001 From: routerino <45954722+routerino@users.noreply.github.com> Date: Tue, 2 Aug 2022 17:32:38 +1000 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 58750f0..6e4b12b 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,12 @@ services: Headscale UI serves on port 443 and uses a self signed cert by default. +### Additional Docker Settings +The docker container lets you set the following settings: +| Variable | Description | Example | +|----|----|----| +| PORT | Sets the port to an alternate value | `443` | + ### Proxy Settings You will need a reverse proxy to install `headscale-ui` on your domain. Here is an example [Caddy Config](https://caddyserver.com/) to achieve this: ```