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

kapdap/docker-gitea-rpi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

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