feat: add memos
This commit is contained in:
9
services/memos.yml
Normal file
9
services/memos.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
services:
|
||||
memos:
|
||||
image: neosmemo/memos:stable
|
||||
restart: unless-stopped
|
||||
user: "1000:1000"
|
||||
ports:
|
||||
- "127.0.0.1:5230:5230"
|
||||
volumes:
|
||||
- /home/saurav/hetzner_self/data/memos:/var/opt/memos
|
||||
Reference in New Issue
Block a user