mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2026-06-16 01:02:14 +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:
@@ -0,0 +1,16 @@
|
||||
version: '3'
|
||||
services:
|
||||
memcached:
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- "${PANEL_APP_PORT_HTTP}:11211"
|
||||
command: memcached -m ${MEM_CACHED}
|
||||
image: "memcached:1.6.22-alpine3.18"
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
Reference in New Issue
Block a user