Browse Source

Merge pull request #1120 from collymore/compose-typo-comment

Corrected comment typo
Mark Shust 1 year ago
parent
commit
7a224357cc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compose/compose.yaml

+ 1 - 1
compose/compose.yaml

@@ -49,7 +49,7 @@ services:
     volumes:
     volumes:
       - dbdata:/var/lib/mysql
       - dbdata:/var/lib/mysql
 
 
-  ## If you wish to use MySQL, comment out opensearch image above and
+  ## If you wish to use MySQL, comment out the mariadb db image above and
   ## uncomment this block.
   ## uncomment this block.
   #db:
   #db:
   #  image: mysql:8.0
   #  image: mysql:8.0