Skip to content

Commit 87b2b64

Browse files
authored
fix: Dockerfile fixed
1 parent 4b6c6d8 commit 87b2b64

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

Dockerfile

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
FROM getmeili/meilisearch:v1.6.1
1+
FROM getmeili/meilisearch:v1.6
22

33
EXPOSE 7700
44

5-
ENV MEILI_HTTP_ADDR 0.0.0.0:7700
6-
ENV MEILI_DB_PATH /meili-data
7-
ENV MEILI_ENV production
8-
95
CMD ["meilisearch"]

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023 Raí
3+
Copyright (c) 2024 Raí
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: "3.4"
33
services:
44
meilisearch:
55
container_name: chat-meilisearch
6-
image: getmeili/meilisearch:v1.6.1
6+
image: getmeili/meilisearch:v1.6
77
restart: always
88
env_file:
99
- .env
@@ -14,4 +14,4 @@ services:
1414
- MEILI_NO_ANALYTICS=true
1515
- MEILI_ENV production
1616
volumes:
17-
- ./meili_data_v1.6.1:/meili_data
17+
- ./meili_data_v1.6:/meili_data

0 commit comments

Comments
 (0)