remove gitea gui port

This commit is contained in:
admin 2026-01-28 08:06:40 -07:00
parent c11b560c7c
commit 37f31d52f5

View file

@ -20,7 +20,7 @@ services:
image: gitea/gitea:latest
container_name: gitea
ports:
- "3002:3000"
# - "3002:3000"
- "222:22"
networks:
- management_internal