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
Content type
Image
Digest
Size
167.7 MB
Last updated
about 7 years ago
docker pull guolin123/gitbucket:v4.31.2