Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

Latest commit

 

History

History
9 lines (7 loc) · 300 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 300 Bytes

Gitea Raspberry Pi Docker Image (arm7l)

This repository contains the image for a Gitea container for use on a Raspberry Pi. The image uses the official Gitea arm7l build.

docker volume create gitea_data
docker run -d -p 22:22 -p 3000:3000 -v gitea_data:/data kapdap/gitea-rpi