2d6da1d8277c326f4aadd2bfe2d433c9b7ae1b53
The README now includes explicit git clone command with repository URL and sudo apt install git -y as a prerequisite before docker compose up. The configuration instructions are reworded to clarify the web interface step and the SSH port setting, with a blank line added after the final paragraph for improved readability.
Docker compose setup for gogs
Instructions
- Execute on bash
sudo apt instal git -y
git clone https://molodetz.nl/retoor/gogs-docker-compose-setup.git
docker compose up
- Configure using web interface (http://127.0.0.1:7331/):
- choose built-in ssh service option and configure port to be 2222
That's all ! You have now a gogs server running dockerized!
Languages
Dockerfile
100%