mirror of
https://github.com/driftywinds/driftywinds.git
synced 2025-12-19 10:33:33 +00:00
11 lines
205 B
YAML
11 lines
205 B
YAML
services:
|
|
memos:
|
|
image: neosmemo/memos:latest
|
|
container_name: memos
|
|
volumes:
|
|
- ./data:/var/opt/memos
|
|
ports:
|
|
- 5230:5230
|
|
restart: always
|
|
# external caddy handles SSL certs
|