File tree Expand file tree Collapse file tree 3 files changed +0
-102
lines changed Expand file tree Collapse file tree 3 files changed +0
-102
lines changed Original file line number Diff line number Diff line change @@ -30,22 +30,6 @@ tag: `{sourceref}-4yii2-xdebug`
30
30
31
31
` docker pull bscheshir/php:8.2.11-fpm-alpine-4yii2-xdebug `
32
32
33
- ## for zts
34
-
35
- - ` 7.4.3-zts ` , ` zts ` ([ zts/Dockerfile] ( ./zts/Dockerfile ) )
36
- - ` 7.4.3-zts-xdebug ` , ` zts-xdebug ` ([ zts-xdebug/Dockerfile] ( ./zts-xdebug/Dockerfile ) )
37
-
38
-
39
- FROM ` php:zts `
40
-
41
- added ` pthreads `
42
-
43
- tag: ` {sourceref}-zts `
44
-
45
- added Xdebug
46
-
47
- tag: ` {sourceref}-zts-xdebug `
48
-
49
33
50
34
## Usage
51
35
### Example for yii2 [ docker-compose.yml] ( https://github.com/bscheshirwork/docker-yii2-app-advanced/blob/master/docker-run/docker-compose.yml )
@@ -159,32 +143,6 @@ services:
159
143
- "host.docker.internal: host-gateway "
160
144
```
161
145
162
-
163
- ### Example zts [docker-compose.yml](https://github.com/bscheshirwork/multispider/blob/master/zts/docker-compose.yml)
164
- ```
165
- version: '2'
166
- services:
167
- php:
168
- image: bscheshir/php:7.4.3-zts
169
- restart: unless-stopped
170
- hostname: phphost
171
- working_dir: /multispider
172
- depends_on:
173
- - db
174
- volumes:
175
- - ..:/multispider #php-code
176
- - ~ :/home/user
177
- db:
178
- image: postgres:11-alpine
179
- restart: unless-stopped
180
- volumes:
181
- - ../.db:/var/lib/postgresql/data #DB-data
182
- environment:
183
- POSTGRES_PASSWORD: multispider
184
- POSTGRES_DB: multispider
185
- POSTGRES_USER: multispider
186
- ```
187
-
188
146
## How to build manually
189
147
190
148
### Clone or get fresh
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments