我刚刚使用docker-compose在Postgres上安装了Gitea,我怎样才能用我想要的来改变gitea的logo呢?

和:

发布于 2021-10-31 21:21:19
沿着the fine documentation for replacing the logo行驶。
由于您在docker中运行gitea,因此您必须提供容器内的文件,或者采取dockerish方法并从主机的文件系统绑定挂载另一个徽标。
https://stackoverflow.com/questions/69786653
复制相似问题