2.2.1,2.2,2,latest(Dockerfile)2.1.2,2.1(Dockerfile)2.0.9,2.0(Dockerfile)1.2.16,1.2,1(Dockerfile)1.1.12,1.1(Dockerfile)1.0.9,1.0(Dockerfile)
crowi-plus is open source wiki system that is forked from crowi
see: weseek/crowi-plus
- MongoDB (>= 3.2)
- Redis (>= 3)
- ElasticSearch (>= 5.1)
- Japanese (kuromoji) Analysis plugin
- ICU Analysis Plugin
docker run -d \
-e MONGO_URI=mongodb://MONGODB_HOST:MONGODB_PORT/crowi \
weseek/crowi-plusand go to http://localhost:3000/ .
If you use Redis and ElasticSearch, type this:
docker run -d \
-e MONGO_URI=mongodb://MONGODB_HOST:MONGODB_PORT/crowi \
-e REDIS_URL=redis://REDIS_HOST:REDIS_PORT/crowi \
-e ELASTICSEARCH_URI=http://ELASTICSEARCH_HOST:ELASTICSEARCH_PORT/crowi \
weseek/crowi-plusMore info are here.
Using docker-compose is the most quick and convenient way to boot crowi-plus.
see: weseek/crowi-plus-docker-compose
If you have any problems with or questions about this image, please contact us through a GitHub issue.
- The MIT License (MIT)
- See LICENSE file.