We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d83a671 commit 1c8ace8Copy full SHA for 1c8ace8
README.md
@@ -89,6 +89,7 @@ wget https://raw.githubusercontent.com/Innei/Shiro/main/docker-compose.yml
89
wget https://raw.githubusercontent.com/Innei/Shiro/main/.env.template .env
90
91
vim .env # 配置环境变量
92
+mkdir public # 放置自定义 Favicon
93
docker compose up -d
94
95
# 后续更新
docker-compose.yml
@@ -6,6 +6,7 @@ services:
6
image: innei/shiro:latest
7
volumes:
8
- ./.env:/app/.env
9
+ - ./public:/app/public
10
restart: always
11
environment:
12
- NEXT_SHARP_PATH=/usr/local/lib/node_modules/sharp
0 commit comments