mirror of
https://github.com/acedanger/docker.git
synced 2025-12-06 09:50:12 -08:00
15 lines
281 B
YAML
15 lines
281 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
|
|
|
|
networks:
|
|
cloudflare_default:
|
|
external: true |