1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-08-10 22:31:28 +02:00

update memos

This commit is contained in:
kev
2025-02-11 11:46:47 +08:00
parent f82c597d02
commit a29900681e

View File

@@ -1,7 +1,7 @@
services: services:
memos: memos:
image: neosmemo/memos:stable image: neosmemo/memos:0.24
ports: ports:
- "5230:5230" - "5230:5230"
volumes: volumes:
@@ -14,7 +14,7 @@ services:
restart: unless-stopped restart: unless-stopped
postgres: postgres:
image: postgres:16-alpine image: postgres:17-alpine
ports: ports:
- "5432:5432" - "5432:5432"
volumes: volumes: