···1212for tags starting at `v1.4.0-alpha` if you prefer.
13131414```
1515-docker pull hqnna/knot:v1.4.0-alpha
1515+docker pull tngl/knot:latest
1616```
17171818Note that these are *not* official images, you use them at your own risk.
···45454646## Setting Up The Image
47474848-The simplest way to set up your own knot is to use the provided compose file
4949-and run the following:
5050-4848+The simplest way is to add the following to an `.env` file:
5149```sh
5250export KNOT_SERVER_HOSTNAME=example.com
5351export KNOT_SERVER_OWNER=did:plc:yourdidgoeshere
5452export KNOT_SERVER_PORT=443
5353+```
5454+5555+Then use the provided compose file and run the following:
5656+```
5557docker compose up -d
5658```
5959+6060+If it does not run you, might have to manually `chown` the `server/` directory.
57615862This will setup everything for you including a reverse proxy.