first commit

This commit is contained in:
2026-01-18 09:05:55 +08:00
commit e3c1fa87fb
10 changed files with 758 additions and 0 deletions

10
memos/docker-compose.yml Normal file
View File

@@ -0,0 +1,10 @@
services:
memos:
image: neosmemo/memos:stable
container_name: memos
restart: unless-stopped
ports:
- "5230:5230"
volumes:
- ~/.memos/:/var/opt/memos