Sign inSign up

mstreicherde/forgejo

By mstreicherde

Updated 14 days ago

A self-hosted lightweight software forge. ( See https://forgejo.org/ )

Image
Developer tools
3

10K+

mstreicherde/forgejo repository overview

Description

See https://forgejo.org/

Ports

SSH : 22
HTTP: 3000

Mount point of data in container

/srv/git

Environment variables / default values

USER=git
USER_UID=1000
USER_GID=1000

FORGEJO__server__SSH_LISTEN_PORT=22
FORGEJO__server__SSH_PORT=22

Example

docker run -e USER_GID=2000 -e USER_UID=2000  -p 3000:3000 -p 9022:22 -e FORGEJO__server__SSH_PORT=9022  -v /home/git:/srv/git mstreicherde/forgejo 

Tag summary

Content type

Image

Digest

sha256:de404d830

Size

101.4 MB

Last updated

14 days ago

docker pull mstreicherde/forgejo