diff --git a/docker-compose.yml b/docker-compose.yml index cbab44d..0ac7811 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3,7 +3,7 @@ services: build: . environment: KNOT_SERVER_HOSTNAME: ${KNOT_SERVER_HOSTNAME} - KNOT_SERVER_SECRET: ${KNOT_SERVER_SECRET} + KNOT_SERVER_OWNER: ${KNOT_SERVER_OWNER} KNOT_SERVER_DB_PATH: /app/knotserver.db KNOT_REPO_SCAN_PATH: /home/git/repositories KNOT_SERVER_INTERNAL_LISTEN_ADDR: localhost:5444 diff --git a/readme.md b/readme.md index 4307fc7..d77f4aa 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ # 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 @@ -50,10 +50,9 @@ and run the following: ```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. -