change gitea port

This commit is contained in:
krisz 2025-04-20 22:46:34 +02:00
parent f7c978067a
commit 8bf77a43c0

View File

@ -46,7 +46,7 @@ services:
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
ports:
- "2222:22"
- "222:22"
deploy:
replicas: 1
<<: *api-deployment