knot-docker#
quickstart#
- register a knot on tangled.sh/knots
- copy
.env.exampleto.env - fill the host name and secret in the
.envfile - run
docker-compose up -d
ssh client setup#
the ssh daemon runs on port 2222. you can configure your ssh client to use port 2222 to push code to the server by adding the following to your ssh config:
Host knot.example.com
User git
Port 2222