mirror of
https://github.com/usememos/memos.git
synced 2025-03-03 16:53:30 +08:00
parent
3c1a416afc
commit
87f5ac8b71
1 changed files with 10 additions and 0 deletions
10
docker-compose.yaml
Normal file
10
docker-compose.yaml
Normal file
|
@ -0,0 +1,10 @@
|
|||
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
|
Loading…
Reference in a new issue