Skip to content

Commit dc29a7f

Browse files
committed
Change from MEILISEARCH_HOST to MEILISEARCH_URL in docker-compose config
1 parent 887bed4 commit dc29a7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77
stdin_open: true
88
working_dir: /home/package
99
environment:
10-
- MEILISEARCH_HOST=http://meilisearch:7700
10+
- MEILISEARCH_URL=http://meilisearch:7700
1111
depends_on:
1212
- meilisearch
1313
links:

0 commit comments

Comments
 (0)