Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit dac1eb2

Browse files
committedSep 16, 2018
添加了cve-2018-7602环境
1 parent ff398c2 commit dac1eb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎Drupal/7.57/docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ services:
33

44
php5-app_drupal7:
55
build: ./php-fpm
6-
image: s1riu5/drupal:7.59
6+
image: s1riu5/drupal:7.57
77
restart: always
88
links:
99
- mysql-drupal7:db
@@ -15,7 +15,7 @@ services:
1515

1616
mysql-drupal7:
1717
build: ./mysql
18-
image: s1riu5/mysql_drupal:7.59
18+
image: s1riu5/mysql_drupal:7.57
1919
environment:
2020
MYSQL_ROOT_PASSWORD: "123456"
2121

0 commit comments

Comments
 (0)
Please sign in to comment.