this repo has no description

Merge remote-tracking branch 'origin/main'

Changed files
+3 -4
+1 -1
Dockerfile
···
env KNOT_REPO_SCAN_PATH=/home/git/repositories
env CGO_ENABLED=1
-
arg TAG='v1.8.0-alpha'
+
arg TAG='v1.9.0-alpha'
workdir /app
run apk add git gcc musl-dev
+2 -3
readme.md
···
# Knot Docker
-
> **IMPORTANT**
+
> **IMPORTANT**
> This is a community maintained repository, support is not guaranteed.
Docker container and compose setup to run a [Tangled](https://tangled.sh) knot
···
```sh
export KNOT_SERVER_HOSTNAME=example.com
-
export KNOT_SERVER_SECRET=KNOT_TOKEN_HERE
+
export KNOT_SERVER_OWNER=did:plc:yourdidgoeshere
export KNOT_SERVER_PORT=443
docker compose up -d
```
This will setup everything for you including a reverse proxy.
-