1
0

Update apps for docker compose plugin

This commit is contained in:
2024-12-21 14:39:13 +03:00
parent 22e09afd00
commit 98a1087e84
6 changed files with 7 additions and 49 deletions

View File

@ -1,14 +1,12 @@
version: "3"
services:
server:
image: gitea/gitea:1.22.4
image: gitea/gitea:1.22.6
restart: unless-stopped
environment:
- "USER_UID=${USER_UID}"
- "USER_GID=${USER_GID}"
- "GITEA__server__SSH_PORT=2222"
restart: unless-stopped
volumes:
- ./data:/data
- /etc/timezone:/etc/timezone:ro