···1# Knot Docker
23-> **IMPORTANT**
4> This is a community maintained repository, support is not guaranteed.
56Docker container and compose setup to run a [Tangled](https://tangled.sh) knot
···5051```sh
52export KNOT_SERVER_HOSTNAME=example.com
53-export KNOT_SERVER_SECRET=KNOT_TOKEN_HERE
54export KNOT_SERVER_PORT=443
55docker compose up -d
56```
5758This will setup everything for you including a reverse proxy.
59-
···1# Knot Docker
23+> **IMPORTANT**
4> This is a community maintained repository, support is not guaranteed.
56Docker container and compose setup to run a [Tangled](https://tangled.sh) knot
···5051```sh
52export KNOT_SERVER_HOSTNAME=example.com
53+export KNOT_SERVER_OWNER=did:plc:yourdidgoeshere
54export KNOT_SERVER_PORT=443
55docker compose up -d
56```
5758This will setup everything for you including a reverse proxy.
0