mirror of https://github.com/usememos/memos
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
168 B
YAML
10 lines
168 B
YAML
3 years ago
|
version: "3.0"
|
||
|
services:
|
||
|
memos:
|
||
|
image: neosmemo/memos:latest
|
||
|
container_name: memos
|
||
|
volumes:
|
||
|
- ~/.memos/:/var/opt/memos
|
||
|
ports:
|
||
|
- 5230:5230
|