-
https://cornswrold.tistory.com/159
php7 -> docker로 설치 함 (8000->80)
docker pull docker.io/phpdockerio/php72-fpm
docker exec -it 99e29e26c97d /bin/bash
http://192.168.0.6:8000/laravel/public/i…
-
I am tring on dev server to use nginx stack..
i have 2 php version installed
> php5.6
> php7.4`
i can switch php version in FPM mode without any issue.
currently i set it to 7.4 but when t…
-
抱歉我使用的docker,所以用了不一样回答格式
我的博客地址:ywl.tn
无法点开文章
使用的是dokcer搭建的环境
php7.2
mysql5.7
ngnix1.13
docker-compose.yml文件内容:
version: '2'
services:
nginx:
image: nginx:1.13.9-alpine
ports:
- "80…
-
.env我加入:
HYPERF_IMAGE=hyperf/hyperf:7.4-alpine-v3.11-swoole
HYPERF_PHP_CONF_FILE=./services/hyperf/php.ini
HYPERF_FPM_CONF_FILE=./services/hyperf/php-fpm.conf
HYPERF_LOG_DIR=./logs/hyperf
doc…
-
Hi everyone!
I don't find any information about this issue. I expose my case:
Symfony 2.8.7, FOSUserBundle "dev-master", Nginx, php7 with php-fpm and opcache actived.
Most of the times when I deplo…
-
```
sudo yum update -y
```
```
sudo yum -y remove php-*
```
```
sudo yum update -y amazon-linux-extras
```
```
amazon-linux-extras
```
```
sudo amazon-linux-extras disable lamp-ma…
-
Anyone able to point out what I'm doing wrong? This is the first time I've ever built my own Docker image. (well, built it with abio's template).
After starting the container, I just can't connect …
-
When we installed the plugin, from wordpress an error 500 appeared, when we debugged it we received the error: PHP message: PHP Parse error: syntax error, unexpected ')' in /server/nfs_RO/projects/pro…
-
It would be greate if you could add the php extension ssh2_connection to the docker as default
-
I'm attempting to install this behind NGINX and have run into a few issues. I have done a lot of searching and cannot figure out what's causing them. I already have NGINX and dump 1090 installed, with…