mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 04:08:27 +08:00
10 lines
144 B
YAML
10 lines
144 B
YAML
version: "2"
|
|
|
|
services:
|
|
gitea:
|
|
image: gitea/gitea:1.20.5-rootless
|
|
restart: always
|
|
ports:
|
|
- "3050:3000"
|
|
# - "2222:2222"
|