vault backup: 2024-10-04 21:25:57

This commit is contained in:
BlueRose 2024-10-04 21:25:57 +08:00
parent 7441393b4b
commit 432a0a33bb

View File

@ -114,6 +114,7 @@ bash testrace.sh
- ResilioSync手机照片备份
- Drive
- hentaiathome
- 笔记:[[#memos]]
# Docker源
Portainer可以更换Docker的源来加快下载速度。
@ -820,3 +821,11 @@ docker run -d --name ddns-go --restart=always --net=host -v /opt/ddns-go:/root j
```bash
docker run -d --name ddns-go --restart=always --net=host jeessy/ddns-go -l :9877 -f 600
```
# memos
```bash
docker run -d --name memos \
-p 5230:5230 \
-v /root/docker/memos:/var/opt/memos \
neosmemo/memos:stable
```