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