Skip to content

Commit 2c89a6e

Browse files
committed
Rename MEILISEARCH_URL into MEILISEARCH_HOST on docker-compose.yml
1 parent 818ac78 commit 2c89a6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
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_URL=http://meilisearch:7700
10+
- MEILISEARCH_HOST=http://meilisearch:7700
1111
depends_on:
1212
- meilisearch
1313
links:

0 commit comments

Comments
 (0)