updated gitea to latest version
This commit is contained in:
@@ -6,7 +6,7 @@ networks:
|
||||
|
||||
services:
|
||||
server:
|
||||
image: gitea/gitea:1.21.4
|
||||
image: gitea/gitea:1.22.3-rootless
|
||||
container_name: gitea
|
||||
environment:
|
||||
- USER_UID=1000
|
||||
@@ -23,7 +23,7 @@ services:
|
||||
- gitea_data:/data
|
||||
ports:
|
||||
- "3000:3000"
|
||||
- "222:22"
|
||||
- "2222:2222"
|
||||
depends_on:
|
||||
- db
|
||||
labels:
|
||||
|
||||
Reference in New Issue
Block a user