mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-03 18:36:22 +00:00
refactored all to dev
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#####################################################################################################################################
|
||||
# Memos
|
||||
#
|
||||
# https://www.usememos.com/docs/install/self-hosting
|
||||
#####################################################################################################################################
|
||||
|
||||
services:
|
||||
memos:
|
||||
image: neosmemo/memos:stable
|
||||
container_name: memos
|
||||
volumes:
|
||||
- ~/.memos/:/var/opt/memos
|
||||
ports:
|
||||
- 5230:5230
|
||||
Reference in New Issue
Block a user