mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-23 22:05:43 +03:00
commit
912481019f
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
### Install Gogs With Docker
|
### Install Gogs With Docker
|
||||||
|
|
||||||
Deplying gogs in [Docker](http://www.docker.io/) is just as easy as eating a pie, what you do is just open the `dockerfiles/build.sh` file, replace the confis:
|
Deplying gogs in [Docker](http://www.docker.io/) is just as easy as eating a pie, what you do is just open the `dockerfiles/build.sh` file, replace the configs:
|
||||||
|
|
||||||
```
|
```
|
||||||
DB_TYPE="YOUR_DB_TYPE" # type of database, support 'mysql' and 'postgres'
|
DB_TYPE="YOUR_DB_TYPE" # type of database, support 'mysql' and 'postgres'
|
||||||
|
|
Loading…
Reference in a new issue