fixed port 80:3000

This commit is contained in:
2025-12-03 13:41:24 +00:00
parent df34853c7c
commit 802bab4187

View File

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