From 8476e9bec81a34c71a45e68c5f19b4248f5e013d Mon Sep 17 00:00:00 2001 From: retoor Date: Tue, 21 Jan 2025 11:43:53 +0100 Subject: [PATCH] Updated Readme. --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 78027fd..a0f468c 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,16 @@ # Docker compose setup for gogs # Instructions -Just run: +1. Execute on bash ``` +sudo apt instal git -y +git clone https://molodetz.nl/retoor/gogs-docker-compose-setup.git docker compose up ``` -On configuration page (http://127.0.0.1:7331/) configure: +2. 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!