Update memos.yaml

This commit is contained in:
2026-07-14 13:15:10 -05:00
parent 5f37862870
commit 0f425830a2
+2 -2
View File
@@ -2,7 +2,7 @@
services: services:
# usememos.com - https://github.com/usememos/memos # usememos.com - https://github.com/usememos/memos
memos: memos:
image: neosmemo/memos:${version} image: neosmemo/memos:${MEMOS_VERSION}
container_name: memos container_name: memos
restart: unless-stopped restart: unless-stopped
environment: environment:
@@ -23,7 +23,7 @@ services:
- proxy-net - proxy-net
# https://github.com/mudkipme/mortis (api bridge) for use with https://github.com/mudkipme/MoeMemosAndroid (app) # https://github.com/mudkipme/mortis (api bridge) for use with https://github.com/mudkipme/MoeMemosAndroid (app)
mortis: mortis:
image: ghcr.io/mudkipme/mortis:${version} image: ghcr.io/mudkipme/mortis:${MEMOS_VERSION}
container_name: mortis container_name: mortis
restart: unless-stopped restart: unless-stopped
ports: ports: