We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff398c2 commit dac1eb2Copy full SHA for dac1eb2
Drupal/7.57/docker-compose.yml
@@ -3,7 +3,7 @@ services:
3
4
php5-app_drupal7:
5
build: ./php-fpm
6
- image: s1riu5/drupal:7.59
+ image: s1riu5/drupal:7.57
7
restart: always
8
links:
9
- mysql-drupal7:db
@@ -15,7 +15,7 @@ services:
15
16
mysql-drupal7:
17
build: ./mysql
18
- image: s1riu5/mysql_drupal:7.59
+ image: s1riu5/mysql_drupal:7.57
19
environment:
20
MYSQL_ROOT_PASSWORD: "123456"
21
0 commit comments