https://github.com/softspiders/nginx_docker-compose
Nginx in Docker Compose
https://github.com/softspiders/nginx_docker-compose
Last synced: 6 months ago
JSON representation
Nginx in Docker Compose
- Host: GitHub
- URL: https://github.com/softspiders/nginx_docker-compose
- Owner: softspiders
- License: mit
- Created: 2021-11-16T10:04:18.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-16T10:24:04.000Z (over 4 years ago)
- Last Synced: 2025-06-10T17:57:08.158Z (about 1 year ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[SOFTSPIDERS](https://github.com/softspiders/softspiders)
# *Nginx* in *Docker Compose*
## Feature tags
- docker-compose
- nginx
- starter
- template
---
## Children
- [**+ node, reverse-proxy**](https://github.com/softspiders/nginx-revproxy_node_docker-compose)
- [**+ php, reverse-proxy**](https://github.com/softspiders/nginx-revproxy_php_docker-compose)
---
## Author
[Alexander Lapygin](https://github.com/AlexanderLapygin) <>
## Inspiration
Originate from [Oblivious Platypus.Dockerise your PHP application with Nginx and PHP7-FPM](http://geekyplatypus.com/dockerise-your-php-application-with-nginx-and-php7-fpm/)
---
## Requirements
[Docker Compose](https://docs.docker.com/compose/install/)
---
## Running
```sh
docker-compose up
```
### License
Licensed under the [MIT license](./LICENSE).