Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 419 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 419 Bytes

resel/gogs

Customized gogs intance for resel

Run

git clone https://github.com/ResEl-TB/docker-gogs.git
docker-compose up -d

Note: Please change defaults passwords of the DB in docker-compose.yml file.

Tips

Install docker-compose as a container : https://docs.docker.com/compose/install/#install-as-a-container

Forward on premise port to local VM : ssh -nNT -R 0.0.0.0:4222:localhost:42 proxy