Another docker image for gogs.
1.2K
This is a gcavalcante8808/gogs docker image based on Debian Offical Image.
Clone the repo into your machine and access the folder created. Then, use the following command:
docker-compose up -d
The command will create a postgreSQL called gogsdb, which db, user and password are "gogs"; this information is need to finish the gogs installation.
After a few seconds, access the gogs interface in the address "http://localhost:80" or trough git/ssh "localhost:2220".
For fresh install, sometimes the permissions on gogs-repositories repo are incorrect; in this case, you can run the following command to fix it:
docker-compose exec gogs chown -R git:git /home/git/gogs-repositories/
Author: Gabriel Abdalla Cavalcante Silva ([email protected])
Content type
Image
Digest
Size
115 MB
Last updated
over 8 years ago
docker pull gcavalcante8808/docker-gogs