|
|
5 ani în urmă | |
|---|---|---|
| .. | ||
| bin | d13162e338 ensure not to remove files for building client | 6 ani în urmă |
| nocdn | 905434004d fix lint error | 6 ani în urmă |
| Dockerfile | fc573d2484 ensure not to use cache except for docker registry cache | 5 ani în urmă |
| Dockerfile.dockerignore | 184d0b1be6 clean .dockerignore | 6 ani în urmă |
| README.md | a163823e5c prepare for minor version update | 5 ani în urmă |
| docker-entrypoint.sh | 526ab942a3 use `chown -R` in docker-entrypoint.sh | 6 ani în urmă |
4.1.0, 4.1, 4, latest (Dockerfile)4.1.0-nocdn, 4.1-nocdn, 4-nocdn, latest-nocdn (Dockerfile)4.0.11, 4.0(Dockerfile)4.0.11-nocdn, 4.0-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.
