Skip to content

Commit d0f9208

Browse files
frontend: footer site name (#474)
1 parent 3ac0e33 commit d0f9208

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

Diff for: docker-compose.siyuan.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
services:
22
frontend:
3+
build:
4+
args:
5+
- SITE_NAME=Siyuan
36
container_name: siyuan-frontend
47
mem_limit: 1G
58
memswap_limit: 1G

Diff for: docker-compose.zhiyuan.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
services:
22
frontend:
3+
build:
4+
args:
5+
- SITE_NAME=Zhiyuan
36
container_name: zhiyuan-frontend
47
mem_limit: 1G
58
memswap_limit: 1G

Diff for: frontend

0 commit comments

Comments
 (0)