fixed port 80:3000

This commit is contained in:
2025-12-03 13:36:22 +00:00
parent 47a794959a
commit 91d39c129a

View File

@@ -5,7 +5,7 @@ services:
restart: always
ports:
# - "2222:22" # <-- SSH access is disabled for initial setup, uncomment if needed
- "3000:3000" # Uncomment if you want to expose Gitea web interface directly (needed if not rooted behind a reverse proxy or for initial setup)
- "80:3000" # Uncomment if you want to expose Gitea web interface directly (needed if not rooted behind a reverse proxy or for initial setup)
volumes:
# Persistent storage for Gitea data, configuration, repositories, etc.