gitea 初始配置
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
data/
|
||||||
@@ -0,0 +1,11 @@
|
|||||||
|
services:
|
||||||
|
gitea:
|
||||||
|
image: gitea/gitea:latest
|
||||||
|
environment:
|
||||||
|
- USER_UID=1000
|
||||||
|
- USER_GID=1000
|
||||||
|
volumes:
|
||||||
|
- ./data:/data
|
||||||
|
ports:
|
||||||
|
- "127.0.0.1:3001:3000"
|
||||||
|
restart: unless-stopped
|
||||||
Reference in New Issue
Block a user