We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f427a5e commit df65d3aCopy full SHA for df65d3a
Makefile
@@ -29,7 +29,7 @@ DOCKER_COMPOSE_TEST=COMPOSE_PROJECT_NAME=search_test docker compose --env-file=$
29
30
create_external_volumes:
31
@echo "🔎 Creating external volumes (production only) …"
32
- @for vol_name in esdata01 esdata02; \
+ @for vol_name in esdata01 esdata02 es_synonyms; \
33
do \
34
vol_name=${COMPOSE_PROJECT_NAME}_$$vol_name; \
35
echo creating docker volume $$vol_name \
0 commit comments