|
|
2 лет назад | |
|---|---|---|
| .. | ||
| codebuild | 512254e1f3 Revert "deactivate cache in buildspec.yml" | 2 лет назад |
| Dockerfile | d5fc5c3e2f add node-gyp (3) | 2 лет назад |
| Dockerfile.dockerignore | b759238214 use shx without npx | 2 лет назад |
| README.md | afcffba52d Release v6.2.3 | 2 лет назад |
| docker-entrypoint.sh | d729a4d68b move app under apps | 3 лет назад |
6.2.3, 6.2, 6, latest (Dockerfile)6.1.15, 6.1 (Dockerfile)6.0.15, 6.0 (Dockerfile)5.1.7, 5.1, 5 (Dockerfile)5.1.7-nocdn, 5.1-nocdn, 5-nocdn (Dockerfile)4.5.23, 4.5, 4 (Dockerfile)4.5.23-nocdn, 4.5-nocdn, 4-nocdn, latest-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.
