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/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
ports: ports:
- "2222:22" - "222:22"
deploy: deploy:
replicas: 1 replicas: 1
<<: *api-deployment <<: *api-deployment