|
|
4 年 前 | |
|---|---|---|
| .. | ||
| nocdn | cdd1efb146 fix: Copy correct dotenv file for NO_CDN docker image (#4397) | 4 年 前 |
| Dockerfile | 0426cf143d fix: Downgrade node image for build (#4956) | 4 年 前 |
| Dockerfile.dockerignore | 21efd14284 chore: add .dockerignore (#4396) | 4 年 前 |
| README.md | 9985b0ffd4 Merge branch 'master' into dev/5.0.x | 4 年 前 |
| docker-entrypoint.sh | 712932825d fix: Migrations do not run (#4395) | 4 年 前 |
5.0.0, 5.0, 5, latest (Dockerfile)5.0.0-nocdn, 5.0-nocdn, 5-nocdn, latest-nocdn (Dockerfile)4.5.3, 4.5, 4 (Dockerfile)4.5.3-nocdn, 4.5-nocdn, 4-nocdn (Dockerfile)4.4.13, 4.4 (Dockerfile)4.4.13-nocdn, 4.4-nocdn (Dockerfile)GROWI is a team collaboration software and it forked from crowi
see: weseek/growi
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.
