We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.22.1
Yes
No response
use docker-compose.yml version: '3'
services: gitea: image: gitea/gitea:latest container_name: gitea environment: - USER_UID=1000 - USER_GID=1000 - GITEA__database__DB_TYPE=mysql - GITEA__database__HOST=xxx - GITEA__database__NAME=gitea - GITEA__database__USER=xxx - GITEA__database__PASSWD=xxx restart: always ports: - "3000:3000" - "222:22" volumes: - /home/gitea/data:/data - /home/gitea/log:/data/gitea/log
None
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
l can not open my my gitea web by TLS1.3 in chrome , but can open by TLS1.2 in chromeGitea Version
1.22.1
Can you reproduce the bug on the Gitea demo site?
Yes
Log Gist
No response
Screenshots
No response
Git Version
No response
Operating System
No response
How are you running Gitea?
use docker-compose.yml
version: '3'
services:
gitea:
image: gitea/gitea:latest
container_name: gitea
environment:
- USER_UID=1000
- USER_GID=1000
- GITEA__database__DB_TYPE=mysql
- GITEA__database__HOST=xxx
- GITEA__database__NAME=gitea
- GITEA__database__USER=xxx
- GITEA__database__PASSWD=xxx
restart: always
ports:
- "3000:3000"
- "222:22"
volumes:
- /home/gitea/data:/data
- /home/gitea/log:/data/gitea/log
Database
None
The text was updated successfully, but these errors were encountered: