mirror of
https://github.com/usememos/memos.git
synced 2024-12-19 09:02:49 +03:00
90b881502d
* feat: add `user_setting` model * chore: add global store * chore: update settings in web * chore: update `i18n` example
11 lines
211 B
YAML
11 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
|