You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For Swoole 6 threads there mention that its required TS PHP, but in docker hub there no TS image, only NTS. Will TS image be added to docker hub https://hub.docker.com/r/phpswoole/swoole/tags?
alias php='docker run -it --rm --network=local-environment_local-network -v $(pwd):/app -w /app -p 8000:8000 phpswoole/swoole:6.0.0-php8.4-alpine php'
~ % php -v
PHP 8.4.1 (cli) (built: Nov 21 2024 18:24:03) (NTS)
Copyright (c) The PHP Group
Built by https://github.com/docker-library/php
Zend Engine v4.4.1, Copyright (c) Zend Technologies
The text was updated successfully, but these errors were encountered:
For Swoole 6 threads there mention that its required TS PHP, but in docker hub there no TS image, only NTS. Will TS image be added to docker hub https://hub.docker.com/r/phpswoole/swoole/tags?
alias php='docker run -it --rm --network=local-environment_local-network -v $(pwd):/app -w /app -p 8000:8000 phpswoole/swoole:6.0.0-php8.4-alpine php'
The text was updated successfully, but these errors were encountered: