14 lines
273 B
Markdown
Raw Normal View History

2025-01-21 10:42:04 +00:00
# Docker compose setup for gogs
# Instructions
Just run:
```
docker compose up
```
On configuration page (http://127.0.0.1:7331/) configure:
- choose built-in ssh service option and configure port to be 2222
That's all ! You have now a gogs server running dockerized!