Skip to content

Commit

Permalink
frontend: footer site name (#474)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhotonQuantum authored Jun 11, 2024
1 parent 3ac0e33 commit d0f9208
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docker-compose.siyuan.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
services:
frontend:
build:
args:
- SITE_NAME=Siyuan
container_name: siyuan-frontend
mem_limit: 1G
memswap_limit: 1G
Expand Down
3 changes: 3 additions & 0 deletions docker-compose.zhiyuan.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
services:
frontend:
build:
args:
- SITE_NAME=Zhiyuan
container_name: zhiyuan-frontend
mem_limit: 1G
memswap_limit: 1G
Expand Down
2 changes: 1 addition & 1 deletion frontend

0 comments on commit d0f9208

Please sign in to comment.