12 lines
291 B
YAML
12 lines
291 B
YAML
services:
|
|
server:
|
|
image: docker.gitea.com/gitea:1.27.0-rootless
|
|
restart: always
|
|
volumes:
|
|
- ./data:/var/lib/gitea
|
|
- ./config:/etc/gitea
|
|
- /etc/timezone:/etc/timezone:ro
|
|
- /etc/localtime:/etc/localtime:ro
|
|
ports:
|
|
- "3000:3000"
|
|
- "2222:2222" |