Community maintained Docker config for the knot server

Fix portmaps not being in quotes

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

+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