chore: add docker-compose.yaml (#142)

Adding docker-compose.yaml
pull/144/head^2
leopold 3 years ago committed by GitHub
parent 3c1a416afc
commit 87f5ac8b71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save