1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-25 02:04:06 +02:00

update gogs

This commit is contained in:
kev 2016-05-05 15:16:57 +08:00
parent 2b7d78419a
commit 175a64c48f

View File

@ -22,6 +22,18 @@ gogs:
```
$ docker-compose up -d
$ firefox http://localhost/
$ tree -FL 3 ./data/git/
./data/git/
├── git -> /data/git
└── gogs-repositories/
├── root/
├── user1/
│   ├── project1.git/
│   └── project2.git/
└── user2/
```
[1]: https://gogs.io/