|
|
9 miesięcy temu | |
|---|---|---|
| .. | ||
| codebuild | 5c79aba6c8 stop pulling with LFS | 1 rok temu |
| Dockerfile | d4185a8cd5 support Node.JS 22 | 9 miesięcy temu |
| Dockerfile.dockerignore | 3b0f7cb7a4 update dockerignore | 1 rok temu |
| README.md | 64847e0fd1 update documents | 1 rok temu |
| docker-entrypoint.sh | f975e96341 Revert "support: Revert pdf converter implement" | 1 rok temu |
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.