retoor 2d6da1d827 docs: add git clone prerequisites and web config steps to README
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.
2025-01-21 10:43:53 +00:00

Docker compose setup for gogs

Instructions

  1. Execute on bash
sudo apt instal git -y
git clone https://molodetz.nl/retoor/gogs-docker-compose-setup.git
docker compose up
  1. 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!

S
Description
Docker compose set up for gogs.
Readme
30 KiB
Languages
Dockerfile 100%