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