You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@unomi.apache.org by sh...@apache.org on 2022/03/10 13:57:47 UTC

[unomi] branch master updated: updated some typos (#391)

This is an automated email from the ASF dual-hosted git repository.

shuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/unomi.git


The following commit(s) were added to refs/heads/master by this push:
     new 245f91f  updated some typos (#391)
245f91f is described below

commit 245f91f7ae0440cb25f5eb0934675b449c971de0
Author: David Berg <55...@users.noreply.github.com>
AuthorDate: Thu Mar 10 08:57:34 2022 -0500

    updated some typos (#391)
---
 docker/src/main/docker/docker-compose.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docker/src/main/docker/docker-compose.yml b/docker/src/main/docker/docker-compose.yml
index b40e342..fc86790 100644
--- a/docker/src/main/docker/docker-compose.yml
+++ b/docker/src/main/docker/docker-compose.yml
@@ -18,7 +18,7 @@ version: '2.4'
 services:
   elasticsearch:
     image: docker.elastic.co/elasticsearch/elasticsearch:7.4.2
-    volumes: # Persist ES data in seperate "esdata" volume
+    volumes: # Persist ES data in separate "esdata" volume
       - esdata1:/usr/share/elasticsearch/data
     environment:
       - bootstrap.memory_lock=true
@@ -44,6 +44,6 @@ services:
       - elasticsearch
 
 
-volumes: # Define seperate volume for Elasticsearch data
+volumes: # Define separate volume for Elasticsearch data
   esdata1:
     driver: local