Skip to content

Commit a65e4dc

Browse files
Merge #204
204: Rename MEILISEARCH_URL into MEILISEARCH_HOST on docker-compose.yml r=brunoocasali a=brunoocasali Fixing missed spot on #200 Co-authored-by: Bruno Casali <[email protected]>
2 parents 818ac78 + 2c89a6e commit a65e4dc

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)