|
|
4 سال پیش | |
|---|---|---|
| .. | ||
| nocdn | 905434004d fix lint error | 6 سال پیش |
| Dockerfile | 835ded9465 fix lerna command | 4 سال پیش |
| README.md | 37339f42db update scripts and docs | 5 سال پیش |
| docker-entrypoint.sh | 94221dcbc9 add gosu instead of su-exec | 4 سال پیش |
4.2.0, 4.2, 4, latest (Dockerfile)4.2.0-nocdn, 4.2-nocdn, 4-nocdn, latest-nocdn (Dockerfile)4.1.10, 4.1 (Dockerfile)4.1.10-nocdn, 4.1-nocdn (Dockerfile)3.8.0, 3.8, 3 (Dockerfile)3.8.0-nocdn, 3.8-nocdn, 3-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.
