move gitea port to 22

This commit is contained in:
2026-02-25 12:17:39 -05:00
parent cd56318ab0
commit cb486ae289
2 changed files with 7 additions and 4 deletions

View File

@@ -24,7 +24,7 @@ services:
- /etc/localtime:/etc/localtime:ro
ports:
- "3000:3000"
- "2222:22"
- "22:22"
depends_on:
- db
@@ -38,4 +38,4 @@ services:
networks:
- gitea
volumes:
- /srv/gitea-db/postgres:/var/lib/postgresql/data
- /srv/gitea-db/postgres:/var/lib/postgresql/data