fixed missing http: in ROOT_URL

This commit is contained in:
2025-12-03 13:00:12 +00:00
parent 166011d72a
commit 3a854ab27b
2 changed files with 2 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
services:
gitea:
image: gitea/gitea:latest
container_name: gitea
container_name: gitea-init
restart: always
environment:
- ROOT_URL=http://${IPV4_ADDRESS}:3000