An open API service indexing awesome lists of open source software.

https://github.com/rongfengliang/gogs-mysql-docker-compose

gogs-mysql-docker-compose
https://github.com/rongfengliang/gogs-mysql-docker-compose

docker docker-compose gogs mysql

Last synced: about 1 month ago
JSON representation

gogs-mysql-docker-compose

Awesome Lists containing this project

README

          

# gogs docker-compose build

## how to run

```bash
docker-compose up -d
```

## config gogs

```bash
after run open http://localhost:10080
data source mysql:3306 && input password && username
```

## access the web page

```bash
http://localhost:10080
```

## some images

![image](./images/first.png)