hetao29 / php8.1-alpine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

php8.1-alpine

usage

make start

nginx

	location ~ \.php$ {
		fastcgi_param REMOTE_ADDR $http_x_real_ip;
		fastcgi_pass   127.0.0.1:10000; #php8.1(docker)
		fastcgi_index  index.php;
		fastcgi_param  SCRIPT_FILENAME $document_root$fastcgi_script_name;
		include        fastcgi_params;
	}

conf

    volumes:
        - www:/data/mgr/

About

License:MIT License


Languages

Language:Dockerfile 86.0%Language:Makefile 12.1%Language:Shell 1.2%Language:PHP 0.7%