瀏覽代碼

Update comment

Valentino Lauciani 5 年之前
父節點
當前提交
5dbd46f9ff
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      laravel-horizon/Dockerfile

+ 1 - 1
laravel-horizon/Dockerfile

@@ -51,7 +51,7 @@ RUN if [ ${INSTALL_CASSANDRA} = true ]; then \
   apk --update add cassandra-cpp-driver \
   ;fi
   
-# Install PhpRedis
+# Install PhpRedis package:
 ARG INSTALL_PHPREDIS=false
 RUN if [ ${INSTALL_PHPREDIS} = true ]; then \
     # Install Php Redis Extension