mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-10 21:16:55 +08:00
chore(deps): update meilisearch docker tag to v1.4.2 (#510)
* a * chore(deps): update meilisearch docker tag to v1.4.2 * a * chore(deps): update memcached docker tag to v1.6.22-alpine3.18
This commit is contained in:
parent
93105556a6
commit
84b28234d7
@ -8,7 +8,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "${PANEL_APP_PORT_HTTP}:11211"
|
- "${PANEL_APP_PORT_HTTP}:11211"
|
||||||
command: memcached -m ${MEM_CACHED}
|
command: memcached -m ${MEM_CACHED}
|
||||||
image: "memcached:1.6.19-alpine3.17"
|
image: "memcached:1.6.22-alpine3.18"
|
||||||
labels:
|
labels:
|
||||||
createdBy: "Apps"
|
createdBy: "Apps"
|
||||||
networks:
|
networks:
|
Loading…
Reference in New Issue
Block a user