Initial commit (I feel unsafe)
This commit is contained in:
15
memos_server-compose_template.yaml
Normal file
15
memos_server-compose_template.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
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
|
||||
Reference in New Issue
Block a user