Explorar o código

Update comment

Valentino Lauciani %!s(int64=5) %!d(string=hai) anos
pai
achega
5dbd46f9ff
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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