|
|
2 jaren geleden | |
|---|---|---|
| .. | ||
| codebuild | 1e40447520 update cache paths | 2 jaren geleden |
| Dockerfile | d5fc5c3e2f add node-gyp (3) | 2 jaren geleden |
| Dockerfile.dockerignore | b759238214 use shx without npx | 2 jaren geleden |
| README.md | 5ce56f2b95 Merge remote-tracking branch 'origin/master' into dev/7.0.x | 2 jaren geleden |
| docker-entrypoint.sh | d729a4d68b move app under apps | 3 jaren geleden |
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.
