This website works better with JavaScript
Home
Explore
Help
Register
Sign In
Apq
/
dockerfiles
mirror of
https://github.com/stilleshan/dockerfiles.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Tree:
473df97a18
Branches
Tags
main
dockerfiles
/
base
/
php-nginx
/
7.4-alpine
/
conf
/
etc
/
nginx
/
conf.d
/
10-php.conf
10-php.conf
42 B
History
Raw
1
2
3
upstream php {
server <PHP_SOCKET>;
}