mirror of
https://github.com/usememos/memos.git
synced 2025-01-06 12:26:45 +08:00
90b881502d
* feat: add `user_setting` model * chore: add global store * chore: update settings in web * chore: update `i18n` example
10 lines
211 B
YAML
10 lines
211 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
|