Community maintained Docker config for the knot server
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: point to pre-built image in compose

+1 -5
+1 -5
docker-compose.yml
··· 1 1 services: 2 2 knot: 3 - build: 4 - context: . 5 - args: 6 - UID: 1000 7 - GID: 1000 3 + image: atcr.io/tangled.org/knot:latest 8 4 environment: 9 5 KNOT_SERVER_HOSTNAME: ${KNOT_SERVER_HOSTNAME} 10 6 KNOT_SERVER_OWNER: ${KNOT_SERVER_OWNER}