|
|
1 месяц назад | |
|---|---|---|
| .. | ||
| codebuild | 69fe38373c feat: modernize Dockerfile and entrypoint implementation | 1 месяц назад |
| Dockerfile | 403dc7f8d5 Merge branch 'dev/7.5.x' into support/modernize-dockerfile | 1 месяц назад |
| Dockerfile.dockerignore | 69fe38373c feat: modernize Dockerfile and entrypoint implementation | 1 месяц назад |
| README.md | f0a1ffcb92 Release v7.4.5 | 1 месяц назад |
| docker-entrypoint.spec.ts | 69fe38373c feat: modernize Dockerfile and entrypoint implementation | 1 месяц назад |
| docker-entrypoint.ts | 69fe38373c feat: modernize Dockerfile and entrypoint implementation | 1 месяц назад |
GROWI is a team collaboration software and it forked from crowi
see: growilabs/growi
docker run -d \
-e MONGO_URI=mongodb://MONGODB_HOST:MONGODB_PORT/growi \
growilabs/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 \
growilabs/growi
Using docker-compose is the fastest and the most convenient way to boot GROWI.
see: growilabs/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.