diff --git a/config/docker-compose.init.yml b/config/docker-compose.init.yml index bf3a871..6a3c211 100644 --- a/config/docker-compose.init.yml +++ b/config/docker-compose.init.yml @@ -5,7 +5,7 @@ services: restart: always ports: # - "2222:22" # <-- SSH access is disabled for initial setup, uncomment if needed - - "80:3000" # Uncomment if you want to expose Gitea web interface directly (needed if not rooted behind a reverse proxy or for initial setup) + - "8080: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.