Community maintained Docker config for the knot server

Merge prebuilt container description

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