|
@@ -2,7 +2,7 @@
|
|
|
GROWI Official docker image
|
|
GROWI Official docker image
|
|
|
========================
|
|
========================
|
|
|
|
|
|
|
|
-[](https://github.com/growilabs/growi/actions) [](https://hub.docker.com/r/weseek/growi/) [](https://microbadger.com/images/weseek/growi)
|
|
|
|
|
|
|
+[](https://github.com/growilabs/growi/actions) [](https://hub.docker.com/r/growilabs/growi/)
|
|
|
|
|
|
|
|

|
|

|
|
|
|
|
|
|
@@ -18,7 +18,7 @@ Supported tags and respective Dockerfile links
|
|
|
What is GROWI?
|
|
What is GROWI?
|
|
|
-------------
|
|
-------------
|
|
|
|
|
|
|
|
-GROWI is a team collaboration software and it forked from [crowi](https://github.com/weseek/crowi/crowi)
|
|
|
|
|
|
|
+GROWI is a team collaboration software and it forked from [crowi](https://github.com/crowi/crowi)
|
|
|
|
|
|
|
|
see: [growilabs/growi](https://github.com/growilabs/growi)
|
|
see: [growilabs/growi](https://github.com/growilabs/growi)
|
|
|
|
|
|
|
@@ -41,7 +41,7 @@ Usage
|
|
|
```bash
|
|
```bash
|
|
|
docker run -d \
|
|
docker run -d \
|
|
|
-e MONGO_URI=mongodb://MONGODB_HOST:MONGODB_PORT/growi \
|
|
-e MONGO_URI=mongodb://MONGODB_HOST:MONGODB_PORT/growi \
|
|
|
- weseek/growi
|
|
|
|
|
|
|
+ growilabs/growi
|
|
|
```
|
|
```
|
|
|
|
|
|
|
|
and go to `http://localhost:3000/` .
|
|
and go to `http://localhost:3000/` .
|
|
@@ -52,7 +52,7 @@ If you use ElasticSearch, type this:
|
|
|
docker run -d \
|
|
docker run -d \
|
|
|
-e MONGO_URI=mongodb://MONGODB_HOST:MONGODB_PORT/growi \
|
|
-e MONGO_URI=mongodb://MONGODB_HOST:MONGODB_PORT/growi \
|
|
|
-e ELASTICSEARCH_URI=http://ELASTICSEARCH_HOST:ELASTICSEARCH_PORT/growi \
|
|
-e ELASTICSEARCH_URI=http://ELASTICSEARCH_HOST:ELASTICSEARCH_PORT/growi \
|
|
|
- weseek/growi
|
|
|
|
|
|
|
+ growilabs/growi
|
|
|
```
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
@@ -60,7 +60,7 @@ docker run -d \
|
|
|
|
|
|
|
|
Using docker-compose is the fastest and the most convenient way to boot GROWI.
|
|
Using docker-compose is the fastest and the most convenient way to boot GROWI.
|
|
|
|
|
|
|
|
-see: [weseek/growi-docker-compose](https://github.com/growilabs/growi-docker-compose)
|
|
|
|
|
|
|
+see: [growilabs/growi-docker-compose](https://github.com/growilabs/growi-docker-compose)
|
|
|
|
|
|
|
|
|
|
|
|
|
Configuration
|
|
Configuration
|