From 802bab41875e27e7772beec78a1ff7f69be51404 Mon Sep 17 00:00:00 2001 From: anorien90 Date: Wed, 3 Dec 2025 13:41:24 +0000 Subject: [PATCH] fixed port 80:3000 --- config/docker-compose.init.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/docker-compose.init.yml b/config/docker-compose.init.yml index 6a3c211..752d8d3 100644 --- a/config/docker-compose.init.yml +++ b/config/docker-compose.init.yml @@ -4,8 +4,8 @@ services: container_name: gitea-init restart: always ports: - # - "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) + - "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) volumes: # Persistent storage for Gitea data, configuration, repositories, etc.