mirror of
https://github.com/usememos/memos.git
synced 2025-03-04 01:04:38 +08:00
10 lines
No EOL
210 B
YAML
10 lines
No EOL
210 B
YAML
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 |