Sign inSign up

guolin123/gitbucket

By guolin123

•Updated about 7 years ago

gitbucket

Image
1

96

guolin123/gitbucket repository overview

docker-compose.yml

version: '3'
services:
    gitbucket:
      image: guolin123/gitbucket:v4.31.2
      restart: unless-stopped
      container_name: some-gitbucket
      volumes:
       - './data:/gitbucket'
      #environment:
      # MAX_FILE_SIZE: 10485760
      ports:
       - 8122:8080
管理员 用户名/密码:root/root
端口: 8122
最大文件默认:100M

Tag summary

Content type

Image

Digest

Size

167.7 MB

Last updated

about 7 years ago

docker pull guolin123/gitbucket:v4.31.2