chore(deps): update neosmemo/memos docker tag to v0.22.5 (#2051)

* chore(deps): update neosmemo/memos docker tag to v0.22.5

* Update app version [skip ci]

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
This commit is contained in:
renovate[bot]
2024-09-04 14:03:27 +08:00
committed by GitHub
co-authored by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> github-action update-app-version
parent 9f56f1743d
commit 040a2d2bd7
2 changed files with 1 additions and 1 deletions
+16
View File
@@ -0,0 +1,16 @@
services:
memos:
image: neosmemo/memos:0.22.5
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:5230
volumes:
- ./memos:/var/opt/memos
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true