Community maintained Docker config for the knot server
103
fork

Configure Feed

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

Fix portmaps not being in quotes

Otherwise gives an error of `invalid port specification: "133342"`

tholps.site 56a36a28 3e500ea3

+2 -2
+2 -2
docker-compose.yml
··· 12 12 - ./repositories:/home/git/repositories 13 13 - ./server:/app 14 14 ports: 15 - - 5555:5555 16 - - 2222:22 15 + - "5555:5555" 16 + - "2222:22" 17 17 restart: always 18 18 frontend: 19 19 image: caddy:alpine