瀏覽代碼

Update compose.yaml

Corrected comment typo
Luke Collymore 1 年之前
父節點
當前提交
86aef07846
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compose/compose.yaml

+ 1 - 1
compose/compose.yaml

@@ -49,7 +49,7 @@ services:
     volumes:
       - 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.
   #db:
   #  image: mysql:8.0