2025.04.10

This commit is contained in:
2025-04-10 10:32:09 +02:00
parent 76a0a33db7
commit bcff5e2f5c
10 changed files with 143 additions and 4 deletions

View File

@ -7,7 +7,7 @@
# Next, change the permissions on this file so that it is read+write for the owner only.
# chmod 600 /opt/stack/gitea/ssh/authorized_keys
version: "3.8"
services:
server:
image: gitea/gitea:latest
@ -23,4 +23,6 @@ services:
- /etc/localtime:/etc/localtime:ro
ports:
- "3000:3000"
- "222:22"
- "222:22"
labels:
- com.centurylinklabs.watchtower.enable=true