Gogs (Go Git Service) is a painless self-hosted Git service.
gogs: image: gogs/gogs ports: - "22:22" - "80:3000" volumes: - ./data:/data restart: always
⚠️ Listening on port 22 and 80 may cause problems!
$ docker-compose up -d