Updated Readme.

This commit is contained in:
retoor 2025-01-21 11:43:53 +01:00
parent 650c6e558a
commit 8476e9bec8

View File

@ -1,13 +1,16 @@
# Docker compose setup for gogs # Docker compose setup for gogs
# Instructions # 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 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 - choose built-in ssh service option and configure port to be 2222
That's all ! You have now a gogs server running dockerized! That's all ! You have now a gogs server running dockerized!