this repo has no description
1
fork

Configure Feed

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

change ssh port for knot on pi

+1 -1
+1 -1
compose.yml
··· 27 27 restart: unless-stopped 28 28 ports: 29 29 - "5555:5555" 30 - - "2222:22" 30 + - "22001:22" 31 31 volumes: 32 32 - ./data/knot/keys:/etc/ssh/keys 33 33 - ./data/knot/repositories:/home/git/repositories