mirror of
https://github.com/acedanger/docker.git
synced 2025-12-06 04:30:12 -08:00
13 lines
266 B
YAML
13 lines
266 B
YAML
services:
|
|
memos:
|
|
image: ghcr.io/usememos/memos:latest
|
|
container_name: memos
|
|
volumes:
|
|
- ./.memos/:/var/opt/memos
|
|
ports:
|
|
- 5230:5230
|
|
networks:
|
|
- cloudflare_default
|
|
restart: unless-stopped
|
|
labels:
|
|
- diun.enable=true |