fixed missing http: in ROOT_URL

This commit is contained in:
2025-12-03 12:56:42 +00:00
parent 8385415465
commit e09877368e

View File

@@ -4,7 +4,7 @@ services:
container_name: gitea
restart: always
environment:
- ROOT_URL=${IPV4_ADDRESS}:3000/
- ROOT_URL=http://${IPV4_ADDRESS}:3000/
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)