16 lines
320 B
YAML
16 lines
320 B
YAML
---
|
|
services:
|
|
memos:
|
|
image: neosmemo/memos:stable
|
|
container_name: memos
|
|
pull_policy: always
|
|
restart: unless-stopped
|
|
ports:
|
|
- 127.0.0.1:${PORT}:${PORT}
|
|
volumes:
|
|
- type: bind
|
|
source: ${VOLUME_PATH}
|
|
target: /var/opt/memos
|
|
bind:
|
|
create_host_path: true
|