Skip to content

Commit 81f30a6

Browse files
committed
rm zts pthreads (reason: stale state)
1 parent 367bca5 commit 81f30a6

File tree

3 files changed

+0
-102
lines changed

3 files changed

+0
-102
lines changed

README.md

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -30,22 +30,6 @@ tag: `{sourceref}-4yii2-xdebug`
3030

3131
`docker pull bscheshir/php:8.2.11-fpm-alpine-4yii2-xdebug`
3232

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-
4933

5034
## Usage
5135
### 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:
159143
- "host.docker.internal:host-gateway"
160144
```
161145
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-
188146
## How to build manually
189147
190148
### Clone or get fresh

zts-xdebug/Dockerfile

Lines changed: 0 additions & 34 deletions
This file was deleted.

zts/Dockerfile

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)