mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-11 03:36:55 +08:00
84b28234d7
* a * chore(deps): update meilisearch docker tag to v1.4.2 * a * chore(deps): update memcached docker tag to v1.6.22-alpine3.18
17 lines
351 B
YAML
17 lines
351 B
YAML
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
|