https://github.com/softspiders/nginx-revproxy_php_docker-compose
Nginx as a reverse proxy for PHP in Docker Compose
https://github.com/softspiders/nginx-revproxy_php_docker-compose
Last synced: 6 months ago
JSON representation
Nginx as a reverse proxy for PHP in Docker Compose
- Host: GitHub
- URL: https://github.com/softspiders/nginx-revproxy_php_docker-compose
- Owner: softspiders
- License: mit
- Created: 2021-11-16T10:40:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-07T00:32:15.000Z (over 4 years ago)
- Last Synced: 2025-03-05T07:35:08.102Z (over 1 year ago)
- Language: Dockerfile
- Size: 18.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[SOFTSPIDERS](https://github.com/softspiders/softspiders)
**UNDER DEVELOPMENT**
# *Nginx* as a reverse proxy for *PHP* in *Docker Compose*
## Feature tags
- docker-compose
- nginx
- php
- reverse-proxy
- starter
- template
---
## Parents
- [**- php, reverse-proxy**](https://github.com/AlexanderLapygin/nginx_docker-compose)
---
## Author
[Alexander Lapygin](https://github.com/AlexanderLapygin) <>
## Inspiration
Originate from [Docker compose example for NodeJS and Nginx Reverse Proxy](https://github.com/brycejech/node-docker-nginx)
---
## Requirements
- [PHP](https://www.php.net/manual/en/install.php)
- [Docker Compose](https://docs.docker.com/compose/install/)
---
## Running
Execute
```sh
docker-compose up
```
Then look at the [localhost](http://localhost) in browser. You should see a result like this:

---
### License
Licensed under the [MIT license](./LICENSE).