Docker config for @recaptime.dev's Knot server on Hack Club Nest. knot.hackclub.community
2
fork

Configure Feed

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

fix: change http port to 44288

See https://github.com/hackclub-community/community-services-status/issues/1#issuecomment-3673994089 for
context about it.

Co-authored-by: Andrei Jiroh Halili <ajhalili2006@crew.recaptime.dev
Signed-off-by: Recap Time Squad Crew <squad@crew.recaptime.dev>

+1 -1
+1 -1
docker-compose.yml
··· 14 14 - knot-repos:/home/git/repositories 15 15 - knot-db:/app/db 16 16 ports: 17 - - "44289:5555" 17 + - "44288:5555" 18 18 - "33939:22" 19 19 restart: always 20 20 #frontend: