Unverified Commit 87f5ac8b authored by leopold's avatar leopold Committed by GitHub

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

Adding docker-compose.yaml
parent 3c1a416a
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
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment