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
210 B
YAML
10 lines
210 B
YAML
3 years ago
|
version: "3.2"
|
||
|
services:
|
||
|
portainer:
|
||
|
image: neosmemo/memos:latest
|
||
|
container_name: memos
|
||
|
ports:
|
||
|
- "5230:5230"
|
||
|
volumes:
|
||
|
- ~/.memos/:/var/opt/memos
|
||
|
command: --mode=prod --port=5230
|