|
|
пре 3 година | |
|---|---|---|
| .. | ||
| codebuild | c4c410f65f set build_compute_type | пре 3 година |
| Dockerfile | 8f32a37ab4 change the order of packages to copy | пре 3 година |
| Dockerfile.dockerignore | 7d1f522e5b add EOL | пре 4 година |
| Dockerfile.nginx | a5467f8086 fix filename | пре 3 година |
| README.md | 7fe3ca8559 Release v6.0.2 | пре 3 година |
| docker-entrypoint.sh | 712932825d fix: Migrations do not run (#4395) | пре 4 година |
6.0.2, 6.0, 6, latest (Dockerfile)5.1.7, 5.1, 55.1.7-nocdn, 5.1-nocdn, 5-nocdn4.5.23, 4.5, 4, latest (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.
