|
|
%!s(int64=4) %!d(string=hai) anos | |
|---|---|---|
| .. | ||
| nocdn | 905434004d fix lint error | %!s(int64=6) %!d(string=hai) anos |
| Dockerfile | 525884e983 add yarn.lock to artifacts | %!s(int64=4) %!d(string=hai) anos |
| README.md | 8deaec1788 update scripts and docs for minor version updating | %!s(int64=4) %!d(string=hai) anos |
| docker-entrypoint.sh | 94221dcbc9 add gosu instead of su-exec | %!s(int64=4) %!d(string=hai) anos |
4.3.0, 4.3, 4, latest (Dockerfile)4.3.0-nocdn, 4.3-nocdn, 4-nocdn, latest-nocdn (Dockerfile)4.2.0, 4.2 (Dockerfile)4.2.0-nocdn, 4.2-nocdn (Dockerfile)GROWI is a team collaboration software and it forked from crowi
see: weseek/growi
The GROWI official docker image for production use which concludes several official plugins.
docker run -d \
-e MONGO_URI=mongodb://MONGODB_HOST:MONGODB_PORT/growi \
weseek/growi
and go to http://localhost:3000/ .
If you use ElasticSearch, type this:
docker run -d \
-e MONGO_URI=mongodb://MONGODB_HOST:MONGODB_PORT/growi \
-e ELASTICSEARCH_URI=http://ELASTICSEARCH_HOST:ELASTICSEARCH_PORT/growi \
weseek/growi
Using docker-compose is the fastest and the most convenient way to boot GROWI.
see: weseek/growi-docker-compose
See GROWI Docs: Admin Guide (en/ja).
If you have any issues or questions about this image, please contact us through GitHub issue.
