Explorar el Código

Update Drupal version

Closes https://github.com/docker-library/drupal/issues/121
Tianon Gravi hace 7 años
padre
commit
f81077b92e
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      drupal/stack.yml

+ 2 - 2
drupal/stack.yml

@@ -15,7 +15,7 @@ version: '3.1'
 services:
 
   drupal:
-    image: drupal:8.2-apache
+    image: drupal:8-apache
     ports:
       - 8080:80
     volumes:
@@ -29,7 +29,7 @@ services:
     restart: always
 
   postgres:
-    image: postgres:9.6
+    image: postgres:10
     environment:
       POSTGRES_PASSWORD: example
     restart: always