Update memos.yaml
This commit is contained in:
+2
-2
@@ -2,7 +2,7 @@
|
||||
services:
|
||||
# usememos.com - https://github.com/usememos/memos
|
||||
memos:
|
||||
image: neosmemo/memos:${version}
|
||||
image: neosmemo/memos:${MEMOS_VERSION}
|
||||
container_name: memos
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
@@ -23,7 +23,7 @@ services:
|
||||
- proxy-net
|
||||
# https://github.com/mudkipme/mortis (api bridge) for use with https://github.com/mudkipme/MoeMemosAndroid (app)
|
||||
mortis:
|
||||
image: ghcr.io/mudkipme/mortis:${version}
|
||||
image: ghcr.io/mudkipme/mortis:${MEMOS_VERSION}
|
||||
container_name: mortis
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user