Skip to content

Commit

Permalink
rm zts pthreads (reason: stale state)
Browse files Browse the repository at this point in the history
  • Loading branch information
bscheshirwork committed Oct 10, 2023
1 parent 367bca5 commit 81f30a6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 102 deletions.
42 changes: 0 additions & 42 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,22 +30,6 @@ tag: `{sourceref}-4yii2-xdebug`

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

## for zts

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


FROM `php:zts`

added `pthreads`

tag: `{sourceref}-zts`

added Xdebug

tag: `{sourceref}-zts-xdebug`


## Usage
### Example for yii2 [docker-compose.yml](https://github.com/bscheshirwork/docker-yii2-app-advanced/blob/master/docker-run/docker-compose.yml)
Expand Down Expand Up @@ -159,32 +143,6 @@ services:
- "host.docker.internal:host-gateway"
```
### Example zts [docker-compose.yml](https://github.com/bscheshirwork/multispider/blob/master/zts/docker-compose.yml)
```
version: '2'
services:
php:
image: bscheshir/php:7.4.3-zts
restart: unless-stopped
hostname: phphost
working_dir: /multispider
depends_on:
- db
volumes:
- ..:/multispider #php-code
- ~:/home/user
db:
image: postgres:11-alpine
restart: unless-stopped
volumes:
- ../.db:/var/lib/postgresql/data #DB-data
environment:
POSTGRES_PASSWORD: multispider
POSTGRES_DB: multispider
POSTGRES_USER: multispider
```
## How to build manually
### Clone or get fresh
Expand Down
34 changes: 0 additions & 34 deletions zts-xdebug/Dockerfile

This file was deleted.

26 changes: 0 additions & 26 deletions zts/Dockerfile

This file was deleted.

0 comments on commit 81f30a6

Please sign in to comment.