security: Hide Gitea HTTP port behind nginx

This commit is contained in:
Your Name
2026-04-05 20:51:36 +02:00
parent 586d93eb41
commit c483e8508b

View File

@@ -197,8 +197,9 @@ services:
- gitea_data:/data
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
expose:
- "3000"
ports:
- "3000:3000"
- "2222:22"
volumes: