testing: removed https:// from root url

This commit is contained in:
2025-11-15 23:48:35 +01:00
parent b367b64879
commit 625eb9561b
+1 -1
View File
@@ -12,7 +12,7 @@ services:
- GITEA__database__PASSWD=gitea
- GITEA__database__NAME=gitea
#Server
- GITEA__server__ROOT_URL=https://gitea.forust.xyz
- GITEA__server__ROOT_URL=gitea.forust.xyz
- GITEA__server__SSH_PORT=2221
restart: always
networks: