2025.04.10
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user