Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
meilisearch:
container_name: ${CONTAINER_NAME}
image: getmeili/meilisearch:v1.14.0
image: getmeili/meilisearch:v1.15.0
restart: always
networks:
- 1panel-network
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The provided code snippet appears to be related to a Yaml configuration file used for setting up Docker containers. There are no apparent irregularities, potential issues, or need for optimization in this specific section of the configuration compared to v1.14.0. The update from version 1.14.0 to 1.15.0 does not significantly alter the functionality or settings for the MeiliSearch container within the specified configurations.

If you have additional constraints or specific concerns about other aspects like environment variables (${CONTAINER_NAME}), network configurations (such as 1panel-network), or performance tuning, please let me know!

Expand Down