1

I just installed Gitea with Postgres using docker-compose, how can I change the gitea logo with the one i want.enter image description here

and :

enter image description here

1 Answers1

1

Follow the fine documentation for replacing the logo.

Since you are running gitea in docker either you have to provide the files inside the container, or take a dockerish approach and bind-mount another logo from the host's filesystem.

Queeg
  • 7,748
  • 1
  • 16
  • 42