Skip to content

Commit

Permalink
add memos
Browse files Browse the repository at this point in the history
  • Loading branch information
DejavuMoe committed May 10, 2023
1 parent e367748 commit 4297428
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions memos/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: "3.3"
services:
memos:
image: neosmemo/memos:latest
container_name: memos
restart: always
volumes:
- ./memos/:/var/opt/memos
ports:
- "127.0.0.1:5230:5230"

0 comments on commit 4297428

Please sign in to comment.