Closed
Description
Description
Docker install process generates an INTERNAL_TOKEN
while variable INTERNAL_TOKEN_URI
was set in docker-compose.yml
... which leaves us with an app.ini
having both of them set ... terminating the container due to an invalid configuration ... and raising an error accordingly :
(...) Cannot specify both INTERNAL_TOKEN_URI and INTERNAL_TOKEN
Gitea Version
1.18.0-rc0
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
Screenshots
No response
Git Version
No response
Operating System
No response
How are you running Gitea?
Using a pretty straightforward docker-compose.yml
with your latest docker (rootless
) image.
Trying to use Docker secrets
feature when needed/possible for sensitive data = setting required variables (aka INTERNAL_TOKEN_URI
being one of those) according to your documentation
Database
SQLite