Closed
Description
Description
Installing Docker Root less per the manual using RHEL9. Nothing changed starting it with docker compose up. And nothing works. Banner on top is "Gitea JavaScript code couldn't run correctly, please check your custom templates"
This happens before and after installation.
Used the instructions here to the letter.
https://docs.gitea.com/installation/install-with-docker-rootless
Gitea Version
1.22.3
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
No response
Screenshots
No response
Git Version
No response
Operating System
No response
How are you running Gitea?
RHEL9 via Docker Compose
version: "2"
services:
server:
image: gitea/gitea:1.22.3-rootless
restart: always
volumes:
- ./data:/var/lib/gitea
- ./config:/etc/gitea
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
ports:
- "3000:3000"
- "2222:2222"
Database
SQLite