Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b9e27de

Browse files
⬆️
1 parent 49f9e9b commit b9e27de

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

‎docker-codeception-run/docker-compose.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '2'
22
services:
33
php:
4-
image: bscheshir/php:7.3.5-fpm-alpine-4yii2-xdebug
4+
image: bscheshir/php:7.3.6-fpm-alpine-4yii2-xdebug
55
restart: always
66
volumes:
77
- ../php-code:/var/www/html #php-code
@@ -46,7 +46,7 @@ services:
4646
MYSQL_USER: yii2advanced
4747
MYSQL_PASSWORD: yii2advanced
4848
codecept:
49-
image: bscheshir/codeception:php7.3.5-fpm-alpine-yii2
49+
image: bscheshir/codeception:php7.3.6-fpm-alpine-yii2
5050
depends_on:
5151
- nginx
5252
- browser

‎docker-compose.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '2'
22
services:
33
php:
4-
image: bscheshir/php:7.3.5-fpm-alpine-4yii2
4+
image: bscheshir/php:7.3.6-fpm-alpine-4yii2
55
restart: always
66
volumes:
77
- ./php-code:/var/www/html #php-code

‎docker-run/docker-compose.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '2'
22
services:
33
php:
4-
image: bscheshir/php:7.3.5-fpm-alpine-4yii2-xdebug
4+
image: bscheshir/php:7.3.6-fpm-alpine-4yii2-xdebug
55
restart: always
66
volumes:
77
- ../php-code:/var/www/html #php-code

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /