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!