···12for tags starting at `v1.4.0-alpha` if you prefer.
1314```
15-docker pull hqnna/knot:v1.4.0-alpha
16```
1718Note that these are *not* official images, you use them at your own risk.
···4546## Setting Up The Image
4748-The simplest way to set up your own knot is to use the provided compose file
49-and run the following:
50-51```sh
52export KNOT_SERVER_HOSTNAME=example.com
53export KNOT_SERVER_OWNER=did:plc:yourdidgoeshere
54export KNOT_SERVER_PORT=443
000055docker compose up -d
56```
005758This will setup everything for you including a reverse proxy.
···12for tags starting at `v1.4.0-alpha` if you prefer.
1314```
15+docker pull tngl/knot:latest
16```
1718Note that these are *not* official images, you use them at your own risk.
···4546## Setting Up The Image
4748+The simplest way is to add the following to an `.env` file:
0049```sh
50export KNOT_SERVER_HOSTNAME=example.com
51export KNOT_SERVER_OWNER=did:plc:yourdidgoeshere
52export KNOT_SERVER_PORT=443
53+```
54+55+Then use the provided compose file and run the following:
56+```
57docker compose up -d
58```
59+60+If it does not run you, might have to manually `chown` the `server/` directory.
6162This will setup everything for you including a reverse proxy.