Explorar el Código

Update stack.yml

Updated stack example to use Ghost 4
Juan Manuel Combetto hace 4 años
padre
commit
cd439efd00
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      ghost/stack.yml

+ 1 - 1
ghost/stack.yml

@@ -6,7 +6,7 @@ version: '3.1'
 services:
 
   ghost:
-    image: ghost:3-alpine
+    image: ghost:4-alpine
     restart: always
     ports:
       - 8080:2368