gollum wiki with benefits
wiki engine - https://github.com/gollum/gollum Оne needs initialised git repo and config.rb file (example provided)
Steps
- initializing wiki repository
mkdir wiki cd wiki git init
- edit config.rb and copy to the
wiki
directory. - run
docker run --rm -p 8080:80 -v wiki:/wiki rysyd/gollum-ldap:latest
- using docker compose
docker compose up -d
Gollum listens using http on port 8080.