Sign inSign up

zer0touch/gogs

By zer0touch

Updated almost 10 years ago

This is a container with the self hosted git server gogs

Image
0

379

zer0touch/gogs repository overview

docker

Build Status Dockerfile for gogs server(a self-hosted git service).

Usage

docker pull registry.service.consul/gogs

mkdir /var/gogs
docker run -d -p 22:22 -p 3000:3000 -v /var/gogs:/data registry.service.consul/gogs

Open bowser and naviage to

http://youhost:3000
  • Config file in /var/gogs/gogs/conf/app.ini
  • git repo in /var/gogs/git

It's ok to change /var/gogs to other directory.

This docker image has sqlite installed

Tag summary

Content type

Image

Digest

sha256:e28e493a7

Size

357.3 MB

Last updated

almost 10 years ago

docker pull zer0touch/gogs