Skip to content

Commit

Permalink
⬆️
Browse files Browse the repository at this point in the history
  • Loading branch information
bscheshirwork committed May 15, 2017
1 parent b514810 commit ad5d73c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ Supported tags and respective `Dockerfile` links

## for yii2

- `7.1.4-fpm-4yii2`, `fpm-4yii2` ([yii2/Dockerfile](./yii2/Dockerfile))
- `7.1.4-fpm-4yii2-xdebug`, `fpm-4yii2-xdebug` ([yii2-xdebug/Dockerfile](./yii2-xdebug/Dockerfile))
- `7.1.4-fpm-alpine-4yii2`, `fpm-alpine-4yii2` ([yii2-alpine/Dockerfile](./yii2-alpine/Dockerfile))
- `7.1.4-fpm-alpine-4yii2-xdebug`, `fpm-alpine-4yii2-xdebug` ([yii2-alpine-xdebug/Dockerfile](./yii2-alpine-xdebug/Dockerfile))
- `7.1.5-fpm-4yii2`, `fpm-4yii2` ([yii2/Dockerfile](./yii2/Dockerfile))
- `7.1.5-fpm-4yii2-xdebug`, `fpm-4yii2-xdebug` ([yii2-xdebug/Dockerfile](./yii2-xdebug/Dockerfile))
- `7.1.5-fpm-alpine-4yii2`, `fpm-alpine-4yii2` ([yii2-alpine/Dockerfile](./yii2-alpine/Dockerfile))
- `7.1.5-fpm-alpine-4yii2-xdebug`, `fpm-alpine-4yii2-xdebug` ([yii2-alpine-xdebug/Dockerfile](./yii2-alpine-xdebug/Dockerfile))

FROM `php:fpm`

Expand All @@ -26,12 +26,12 @@ added `xdebug`

tag: `{sourceref}-4yii2-xdebug`

`docker pull bscheshir/php:7.1.4-fpm-4yii2-xdebug`
`docker pull bscheshir/php:7.1.5-fpm-4yii2-xdebug`

## for zts

- `7.1.4-zts`, `zts` ([zts/Dockerfile](./zts/Dockerfile))
- `7.1.4-zts-xdebug`, `zts-xdebug` ([zts-xdebug/Dockerfile](./zts-xdebug/Dockerfile))
- `7.1.5-zts`, `zts` ([zts/Dockerfile](./zts/Dockerfile))
- `7.1.5-zts-xdebug`, `zts-xdebug` ([zts-xdebug/Dockerfile](./zts-xdebug/Dockerfile))


FROM `php:zts`
Expand All @@ -51,7 +51,7 @@ tag: `{sourceref}-zts-xdebug`
version: '2'
services:
php:
image: bscheshir/php:7.1.4-fpm-4yii2-xdebug
image: bscheshir/php:7.1.5-fpm-4yii2-xdebug
restart: always
volumes:
- ../php-code:/var/www/html #php-code
Expand Down

0 comments on commit ad5d73c

Please sign in to comment.