mirror of
https://github.com/acedanger/docker.git
synced 2025-12-06 01:10:11 -08:00
11 lines
204 B
YAML
11 lines
204 B
YAML
version: "3.0"
|
|
services:
|
|
memos:
|
|
image: ghcr.io/usememos/memos:latest
|
|
container_name: memos
|
|
volumes:
|
|
- ~/.memos/:/var/opt/memos
|
|
ports:
|
|
- 5230:5230
|
|
restart: unless-stopped
|