1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-20 13:58:42 +00:00

update gogs

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

@ -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/