Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/felixklauke/nginx-php-fpm-docker
Simple but effective docker-compose setup for using nginx with php-fpm.
https://github.com/felixklauke/nginx-php-fpm-docker
docker docker-compose nginx nginx-docker php php-docker php-fpm web
Last synced: 2 days ago
JSON representation
Simple but effective docker-compose setup for using nginx with php-fpm.
- Host: GitHub
- URL: https://github.com/felixklauke/nginx-php-fpm-docker
- Owner: felixklauke
- License: mit
- Created: 2019-12-17T10:12:46.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-17T10:24:28.000Z (about 5 years ago)
- Last Synced: 2024-12-17T16:47:59.369Z (about 2 months ago)
- Topics: docker, docker-compose, nginx, nginx-docker, php, php-docker, php-fpm, web
- Language: PHP
- Homepage: https://www.klauke-enterprises.com
- Size: 13.7 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# nginx-php-fpm-docker
Simple but effective docker-compose setup for using nginx with php-fpm.
# Usage
1. Clone this repo
`git clone https://github.com/FelixKlauke/nginx-php-fpm-docker.git`
2. Put your code under src
3. Run `docker-compose up -d`
4. Browse your site at `http://:8080`## Configuration
## Using TLS/SSL
## Info
### PHP Image
We use the `chialab/php:7.3-fpm` image for chialab that contains a lot of common php dependencies.
### Credits
The basic setup is inspired by [this](http://geekyplatypus.com/dockerise-your-php-application-with-nginx-and-php7-fpm/).